From 489ae698c37b20534dd81081036fb7ec59bc034c Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
 <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Wed, 30 Oct 2024 16:35:22 +0000
Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
---
 source/framework/core/src/TRestEveEventViewer.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/framework/core/src/TRestEveEventViewer.cxx b/source/framework/core/src/TRestEveEventViewer.cxx
index f01d8010b..ad4080e83 100644
--- a/source/framework/core/src/TRestEveEventViewer.cxx
+++ b/source/framework/core/src/TRestEveEventViewer.cxx
@@ -47,7 +47,7 @@ TRestEveEventViewer::~TRestEveEventViewer() {
 
 void InitializePerspectiveView() {
     const std::map<TString, TGLViewer::ECameraType> projectionsMap = {
-        {"Projection XY", TGLViewer::kCameraOrthoXOY},  //
+        {"Projection XY", TGLViewer::kCameraOrthoXOY},   //
         {"Projection XZ", TGLViewer::kCameraOrthoXnOZ},  //
         {"Projection YZ", TGLViewer::kCameraOrthoZOY}    //
     };
-- 
GitLab