Skip to content

Commit

Permalink
another format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Mar 15, 2024
1 parent f5bf3c9 commit 1cdb6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/src/Geometry/TrackingVolume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void Acts::TrackingVolume::createBoundarySurfaces() {
for (auto& osf : orientedSurfaces) {
TrackingVolume* opposite = nullptr;
TrackingVolume* along = nullptr;
if (osf.direction == Direction:: OppositeNormal) {
if (osf.direction == Direction::OppositeNormal) {
opposite = this;
} else {
along = this;
Expand Down

0 comments on commit 1cdb6fe

Please sign in to comment.