Skip to content

Commit edb0c76

Browse files
authored
Please consider the following formatting changes (#411)
1 parent 587719b commit edb0c76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGLF/Utils/strangenessBuilderHelper.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,12 +294,12 @@ class strangenessBuilderHelper
294294
v0 = {};
295295
return false;
296296
}
297-
if(!acceptTPCOnly && !positiveTrack.hasITS()){
298-
v0 = {};
297+
if (!acceptTPCOnly && !positiveTrack.hasITS()) {
298+
v0 = {};
299299
return false;
300300
}
301-
if(!acceptTPCOnly && !negativeTrack.hasITS()){
302-
v0 = {};
301+
if (!acceptTPCOnly && !negativeTrack.hasITS()) {
302+
v0 = {};
303303
return false;
304304
}
305305
}

0 commit comments

Comments
 (0)