Skip to content

Commit

Permalink
Run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jul 4, 2024
1 parent d29b87d commit 1b23a32
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ public class QuirkyCamera {
private static final List<QuirkyCamera> quirkyCameras =
List.of(
new QuirkyCamera(
0x2560, 0xc128,
"See3Cam_24CUG",
CameraQuirk.Gain, CameraQuirk.See3Cam_24CUG
),
0x2560, 0xc128, "See3Cam_24CUG", CameraQuirk.Gain, CameraQuirk.See3Cam_24CUG),
new QuirkyCamera(
0x9331,
0x5A3,
Expand Down

0 comments on commit 1b23a32

Please sign in to comment.