Skip to content

Commit ec07cdc

Browse files
committed
Please consider the following formatting changes
1 parent ca54a0a commit ec07cdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Detectors/MUON/MID/Workflow/src/ColumnDataSpecsUtils.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ std::array<gsl::span<const ROFRecord>, NEvTypes> getRofs(framework::ProcessingCo
165165
std::array<gsl::span<const ROFRecord>, 3> data;
166166
for (size_t ievt = 0; ievt < NEvTypes; ++ievt) {
167167
data[ievt] = getInput<ROFRecord>(pc, fmt::format("{}_{}", getROFBind(dataBind).data(), ievt));
168-
169168
}
170169

171170
return data;

0 commit comments

Comments
 (0)