Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Sailer <[email protected]>
  • Loading branch information
Zehvogel and andresailer authored Nov 8, 2023
1 parent cd0ea40 commit d81ebd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConformalTracking.cc
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ void ConformalTracking::processEvent(LCEvent* evt) {
for (auto const& parameters : _stepParameters) {
try {
runStep(kdClusters, nearestNeighbours, conformalTracks, collectionClusters, parameters);
} catch (const TooManyTracksException &e) {
} catch (const TooManyTracksException& e) {
streamlog_out(ERROR) << "Too many tracks in step: " << parameters._step << " skipping further steps" << std::endl;
break;
}
Expand Down

0 comments on commit d81ebd7

Please sign in to comment.