Skip to content

Commit

Permalink
remove multiple spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimarchiori committed Sep 9, 2024
1 parent e2e3b9f commit 8520463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ StatusCode CreatePositionedCaloCells::initialize() {

info() << "CreatePositionedCaloCells initialized" << endmsg;
info() << "do calibration : " << m_doCellCalibration << endmsg;
info() << "add cell noise : " << m_addCellNoise << endmsg;
info() << "add cell noise : " << m_addCellNoise << endmsg;
info() << "remove cells below threshold : " << m_filterCellNoise << endmsg;
info() << "emulate crosstalk : " << m_addCrosstalk << endmsg;

Expand Down

0 comments on commit 8520463

Please sign in to comment.