Skip to content

Commit 0183e48

Browse files
committed
Please consider the following formatting changes
1 parent 3727951 commit 0183e48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
8383
} else {
8484
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
8585
sendOutputCcdbDcs(pc.outputs());
86-
LOG(info) << "Sending an object to Production-CCDBMerge";
87-
sendOutputCcdbMerge(pc.outputs());
86+
LOG(info) << "Sending an object to Production-CCDBMerge";
87+
sendOutputCcdbMerge(pc.outputs());
8888
}
8989
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
9090
}

0 commit comments

Comments
 (0)