Skip to content

Commit 3727951

Browse files
author
Niveditha Ramasubramanian
committed
fixing space issues
1 parent 3828a85 commit 3727951

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
8484
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
8585
sendOutputCcdbDcs(pc.outputs());
8686
LOG(info) << "Sending an object to Production-CCDBMerge";
87-
sendOutputCcdbMerge(pc.outputs());
88-
87+
sendOutputCcdbMerge(pc.outputs());
8988
}
9089
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
9190
}

0 commit comments

Comments
 (0)