Skip to content

Commit cba6dbc

Browse files
authored
fix enum
1 parent 3f97ab0 commit cba6dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/ebyeMaker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ enum TrackCharge {
162162
kAll = 0,
163163
kNegative = 1,
164164
kPositive = 2
165-
}
165+
};
166166

167167
struct EbyeMaker {
168168
Produces<aod::CollEbyeTable> collisionEbyeTable;

0 commit comments

Comments
 (0)