Skip to content

Commit d4528f0

Browse files
committed
Please consider the following formatting changes
1 parent 5f0c7a1 commit d4528f0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

EventFiltering/macros/getMenu.C

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
#include <iostream>
2121
#include <regex>
22-
#include <string>
23-
#include <sstream>
2422
#include <set>
23+
#include <sstream>
24+
#include <string>
2525
#include <vector>
2626

2727
void getMenu(int runNumber, std::string baseCCDBPath = "Users/m/mpuccio/EventFiltering/OTS/Chunked/")
@@ -111,7 +111,8 @@ void getMenu(std::string periods)
111111
std::cout << "\n=== Menu " << menuId++ << " (periods: ";
112112
for (size_t i = 0; i < periods.size(); ++i) {
113113
std::cout << periods[i];
114-
if (i < periods.size() - 1) std::cout << ", ";
114+
if (i < periods.size() - 1)
115+
std::cout << ", ";
115116
}
116117
std::cout << ") ===\n";
117118

0 commit comments

Comments
 (0)