Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvbrt committed Nov 1, 2023
1 parent c0b3324 commit cacd21b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/src/edm4hep2json.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ int main(int argc, char** argv) {
}

if (!std::filesystem::exists(inFilePath)) {
std::cerr << "ERROR: Input .root file can't be read!\n "
<< inFilePath << std::endl;
std::cerr << "ERROR: Input .root file can't be read!\n " << inFilePath << std::endl;
return EXIT_FAILURE;
}

Expand Down

0 comments on commit cacd21b

Please sign in to comment.