We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebf2f92 + 814343b commit d21f903Copy full SHA for d21f903
1 file changed
Detectors/MUON/MID/Calibration/macros/build_rejectlist.C
@@ -334,7 +334,7 @@ RejectListStruct load_from_json(const o2::ccdb::CcdbApi& ccdbApi, const char* fi
334
int64_t startTSms = 0;
335
int64_t endTSms = 0;
336
337
- //run numbers from the json
+ // run numbers from the json
338
int startRun = doc["startRun"].GetInt();
339
int endRun = doc["endRun"].GetInt();
340
0 commit comments