Skip to content

Commit 9da8d62

Browse files
committed
Please consider the following formatting changes
1 parent 9179547 commit 9da8d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/GlobalTracking/src/MatchGlobalFwd.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ void MatchGlobalFwd::ROFMatch(int MFTROFId, int firstMCHROFId, int lastMCHROFId)
471471

472472
// If enabled, use the muon track time to check if the track is correlated with the MFT ROF
473473
if (mUseTrackTime && (thisMFTBracket.isOutside(thisMCHTrack.tBracket))) {
474-
continue;
474+
continue;
475475
}
476476

477477
o2::MCCompLabel matchLabel;

0 commit comments

Comments
 (0)