Skip to content

Commit 38cd67c

Browse files
committed
flydra2: cargo fmt
1 parent d4b6eed commit 38cd67c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

flydra2/src/model_server.rs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,12 +256,13 @@ pub async fn new_model_server(
256256
let intrinsics: cam_geom::IntrinsicParametersPerspective<_> =
257257
params.into();
258258
// TODO: confirm that `intrinsics` is equal to `cam.intrinsics()`.
259-
let pinhole = braid_mvg::rerun_io::cam_geom_to_rr_pinhole_archetype(
260-
&intrinsics,
261-
w,
262-
h,
263-
)
264-
.unwrap();
259+
let pinhole =
260+
braid_mvg::rerun_io::cam_geom_to_rr_pinhole_archetype(
261+
&intrinsics,
262+
w,
263+
h,
264+
)
265+
.unwrap();
265266
rec.log(raw_path, &pinhole).unwrap();
266267
}
267268
}

0 commit comments

Comments
 (0)