Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 30, 2024
1 parent bd3fa9d commit 489ae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/framework/core/src/TRestEveEventViewer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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} //
};
Expand Down

0 comments on commit 489ae69

Please sign in to comment.