Skip to content

Commit ca39857

Browse files
committed
Correct formatting
1 parent b6c20b2 commit ca39857

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Detectors/AOD/src/AODMcProducerWorkflowSpec.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ void AODMcProducerWorkflowDPL::run(ProcessingContext& pc)
125125
reader =
126126
std::make_unique<MCKinematicsReader>(mSimPrefix,
127127
MCKinematicsReader::Mode::kMCKine);
128-
}
129-
else {
128+
} else {
130129
reader = std::make_unique<MCKinematicsReader>("collisioncontext.root");
131130
}
132131

0 commit comments

Comments
 (0)