diff --git a/tools/src/edm4hep2json.cxx b/tools/src/edm4hep2json.cxx index 075a656e4..affbf2b4a 100644 --- a/tools/src/edm4hep2json.cxx +++ b/tools/src/edm4hep2json.cxx @@ -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; }