From cf303a9d55454cab580649aabeaa25203b97a34a Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Fri, 3 Jul 2020 01:09:57 +0200 Subject: [PATCH] formating --- Processes/CONEX/testConex.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Processes/CONEX/testConex.cc b/Processes/CONEX/testConex.cc index a662aaaa2..1f0bb2059 100644 --- a/Processes/CONEX/testConex.cc +++ b/Processes/CONEX/testConex.cc @@ -38,8 +38,7 @@ TEST_CASE("CONEX", "[processes]") { int nShower = 1; // large to avoid final stats. int maxDetail = 0; int particleListMode = 0; - cx.Init(nShower, randomSeeds, maxDetail, particleListMode, - parameterPathName); + cx.Init(nShower, randomSeeds, maxDetail, particleListMode, parameterPathName); double energyInGeV = 100.; double zenith = 60; -- GitLab