From cacd21bd4eeba481747ca256246f9dee01900822 Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Wed, 1 Nov 2023 10:47:10 +0100 Subject: [PATCH] Formatting fix --- tools/src/edm4hep2json.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }