Skip to content

Commit cf6df0f

Browse files
committed
Clang format for SGSelector
1 parent 8d52411 commit cf6df0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/Core/SGSelector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class SGSelector
147147
else if (FV0A <= fit_cut[0] && FT0A <= fit_cut[1] && ZNA <= zdc_cut && FT0C <= fit_cut[2] && ZNC <= zdc_cut)
148148
true_gap = 2;
149149
else
150-
LOGF(info, "Something wrong with DG") ;
150+
LOGF(info, "Something wrong with DG");
151151
}
152152
return true_gap;
153153
}

0 commit comments

Comments
 (0)