Skip to content

Commit

Permalink
wpiformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRedness committed Nov 20, 2023
1 parent 1503402 commit 010ba55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ private HashMap<String, CameraConfiguration> loadCameraConfigs(Connection conn)
var driverMode =
JacksonUtils.deserialize(
result.getString(TableKeys.DRIVERMODE_JSON), DriverModePipelineSettings.class);
var otherPaths =
var otherPaths =
JacksonUtils.deserialize(
result.getString(TableKeys.OTHERPATHS_JSON), String[].class);
List<?> pipelineSettings =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ private List<CameraConfiguration> matchUSBCameras(
cameraInfo =
detectedCameraList.stream()
.filter(
usbCameraInfo ->
usbCameraInfo ->
usbCameraInfo.otherPaths.length != 0
&& config.otherPaths.length != 0
&& usbCameraInfo.otherPaths[0].equals(config.otherPaths[0])
Expand Down

0 comments on commit 010ba55

Please sign in to comment.