Skip to content

Commit

Permalink
remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Jun 22, 2023
1 parent 4d4e7a1 commit a9ef000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UnitTests/Core/Visualization/EventDataView3DBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void createDetector(GeometryContext& tgContext,
}
});
std::cout << "There are " << surfaces.size() << " surfaces" << std::endl;
};
}

/// Helper method to visualize all types of surfaces
///
Expand Down

0 comments on commit a9ef000

Please sign in to comment.