Skip to content
Snippets Groups Projects
Commit 45a3ae24 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Nest namespaces explicitly instead of c++17 shortcut

parent fff61868
Branches
No related tags found
1 merge request!28Nest namespaces explicitly instead of c++17 shortcut
......@@ -9,7 +9,8 @@
#include <fmt/core.h>
#include <vector>
namespace common_bench::plot {
namespace common_bench {
namespace plot {
const int kArgonneBlue = TColor::GetColor(0x1f, 0x77, 0xb4); // not really
......@@ -41,4 +42,6 @@ void draw_label(int ebeam, int pbeam, const std::string_view detector) {
} // namespace common_bench::plot
} // namespace common_bench
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment