Skip to content

Commit 559e6b4

Browse files
fixing format
1 parent aafcc90 commit 559e6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Femto3D/Tasks/femto3dQA.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ struct QAHistograms {
197197
}
198198

199199
for (const auto& track : tracks) {
200-
if (track.sign()!=_sign)
200+
if (track.sign() != _sign)
201201
continue;
202202
if (_removeSameBunchPileup && !track.template singleCollSel_as<ColsType>().isNoSameBunchPileup())
203203
continue;

0 commit comments

Comments
 (0)