Skip to content

Commit 45af17a

Browse files
committed
style: pre-commit
1 parent 7daee00 commit 45af17a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/systems/include/mp-units/systems/hep/quantities.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ QUANTITY_SPEC(impact_parameter, length); // closest approach distance in collis
8383
QUANTITY_SPEC(decay_length, length); // distance traveled before particle decay
8484
QUANTITY_SPEC(vertex_position, length); // position of collision/decay vertex
8585
QUANTITY_SPEC(wavelength, length); // electromagnetic or de Broglie wavelength
86-
QUANTITY_SPEC(radius, length); // radial distance from axis/center
87-
QUANTITY_SPEC(range, length); // distance a particle travels before stopping
86+
QUANTITY_SPEC(radius, length); // radial distance from axis/center
87+
QUANTITY_SPEC(range, length); // distance a particle travels before stopping
8888

8989
// specialized time quantities
9090
QUANTITY_SPEC(proper_time, duration, is_kind); // time in particle's rest frame (Lorentz-invariant)

0 commit comments

Comments
 (0)