Skip to content

Commit 4a9cbe4

Browse files
authored
Please consider the following formatting changes (#410)
1 parent d91a1c6 commit 4a9cbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Utils/strangenessBuilderHelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ template <typename T>
8383
std::vector<V0group> groupDuplicates(const T& V0s)
8484
{
8585
std::vector<V0group> v0table;
86-
if(V0s.size()==0){
86+
if (V0s.size() == 0) {
8787
return v0table;
8888
}
8989
V0group thisV0;

0 commit comments

Comments
 (0)