From 814343ba6ca0ed2743e61b5dca598a5463ac1312 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 16 Jun 2025 16:26:52 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/MUON/MID/Calibration/macros/build_rejectlist.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/MUON/MID/Calibration/macros/build_rejectlist.C b/Detectors/MUON/MID/Calibration/macros/build_rejectlist.C index a57364ba5e3cf..5cec2c611bcf8 100644 --- a/Detectors/MUON/MID/Calibration/macros/build_rejectlist.C +++ b/Detectors/MUON/MID/Calibration/macros/build_rejectlist.C @@ -334,7 +334,7 @@ RejectListStruct load_from_json(const o2::ccdb::CcdbApi& ccdbApi, const char* fi int64_t startTSms = 0; int64_t endTSms = 0; - //run numbers from the json + // run numbers from the json int startRun = doc["startRun"].GetInt(); int endRun = doc["endRun"].GetInt();