From a9ef000ce01d1f40752ec9f231a5000464abbbbd Mon Sep 17 00:00:00 2001 From: "Alexander J. Pfleger" <70842573+AJPfleger@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:27:47 +0200 Subject: [PATCH] remove semicolon --- Tests/UnitTests/Core/Visualization/EventDataView3DBase.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/UnitTests/Core/Visualization/EventDataView3DBase.hpp b/Tests/UnitTests/Core/Visualization/EventDataView3DBase.hpp index b3aa683bc75..0a40f532921 100644 --- a/Tests/UnitTests/Core/Visualization/EventDataView3DBase.hpp +++ b/Tests/UnitTests/Core/Visualization/EventDataView3DBase.hpp @@ -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 ///