From 79ca4202727761847d0325b4e8b27212e94e68ee Mon Sep 17 00:00:00 2001 From: Simon Spannagel <simon.spannagel@cern.ch> Date: Fri, 27 Jan 2023 16:58:20 +0100 Subject: [PATCH] Fix formatting --- src/core/detector/Detector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/detector/Detector.hpp b/src/core/detector/Detector.hpp index c15162662..072fa6bdc 100644 --- a/src/core/detector/Detector.hpp +++ b/src/core/detector/Detector.hpp @@ -26,8 +26,8 @@ #include <Math/Transform3D.h> #include <Math/Vector2D.h> #include <Math/Vector3D.h> -#include <TMatrixD.h> #include <TFormula.h> +#include <TMatrixD.h> #include "core/config/Configuration.hpp" #include "core/utils/ROOT.h" -- GitLab