Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Feb 23, 2024
1 parent ea6e4aa commit 69e47f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k4FWCore/components/PodioOutput.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#else
#include "podio/ROOTFrameWriter.h"
namespace podio {
using ROOTWriter = podio::ROOTFrameWriter;
using ROOTWriter = podio::ROOTFrameWriter;
}
#endif

Expand Down
2 changes: 1 addition & 1 deletion k4FWCore/include/k4FWCore/PodioDataSvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#else
#include "podio/ROOTFrameReader.h"
namespace podio {
using ROOTReader = podio::ROOTFrameReader;
using ROOTReader = podio::ROOTFrameReader;
}
#endif
// Forward declarations
Expand Down

0 comments on commit 69e47f2

Please sign in to comment.