Skip to content

Commit 454ae0c

Browse files
Fix O2Linter error
1 parent 1e05c7e commit 454ae0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Tools/TrackPropagationModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class TrackPropagationModule
177177
/// to understand whether the TrackTuner::getDcaGraphs function can be called here (input path from string/configurables)
178178
/// or inside the process function, to "auto-detect" the input file based on the run number
179179
const auto& workflows = initContext.services().template get<o2::framework::RunningWorkflowInfo const>();
180-
for (const o2::framework::DeviceSpec& device : workflows.devices) { /// loop over devices
180+
for (o2::framework::DeviceSpec const& device : workflows.devices) { /// loop over devices
181181
if (device.name == "propagation-service") {
182182
// loop over the options
183183
// to find the value of TrackTuner::autoDetectDcaCalib

0 commit comments

Comments
 (0)