Skip to content

Commit 5492750

Browse files
author
Vakho Tsulaia
committed
Fix formatting
1 parent ed0b4b5 commit 5492750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changed.zip

4.92 KB
Binary file not shown.

tests/include/detray/test/validation/navigation_validation_utils.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ inline auto record_propagation(
9090
propagation =
9191
std::make_unique<typename propagator_t::state>(track, det, ctx);
9292
} else {
93-
propagation =
94-
std::make_unique<typename propagator_t::state>(track, bfield, det, ctx);
93+
propagation = std::make_unique<typename propagator_t::state>(
94+
track, bfield, det, ctx);
9595
}
9696

9797
// Access to navigation information

0 commit comments

Comments
 (0)