Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Feb 22, 2024
1 parent 954826f commit d238382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/read_events.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#else
#include "podio/ROOTFrameReader.h"
namespace podio {
using ROOTReader = podio::ROOTFrameReader;
using ROOTReader = podio::ROOTFrameReader;
}
#endif

Expand Down
2 changes: 1 addition & 1 deletion test/write_events.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#else
#include "podio/ROOTFrameWriter.h"
namespace podio {
using ROOTWriter = podio::ROOTFrameWriter;
using ROOTWriter = podio::ROOTFrameWriter;
}
#endif

Expand Down

0 comments on commit d238382

Please sign in to comment.