Skip to content

Commit 82f622f

Browse files
authored
Drop unneeded semicolon (#8763)
1 parent 3899841 commit 82f622f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Common/TableProducer/multiplicityTable.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
// granted to it by virtue of its status as an Intergovernmental Organization
1010
// or submit itself to any jurisdiction.
1111

12-
#include <vector>;
13-
#include <algorithm>;
14-
#include <map>;
15-
#include <string>;
12+
#include <vector>
13+
#include <algorithm>
14+
#include <map>
15+
#include <string>
1616

1717
#include "Framework/ConfigParamSpec.h"
1818
#include "Framework/runDataProcessing.h"

0 commit comments

Comments
 (0)