We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce20109 commit 6823e40Copy full SHA for 6823e40
Framework/include/Framework/Logger.h
@@ -135,10 +135,9 @@ class Formatter {
135
* Makes the_log_ mutable so that the log can be used
136
* in any class functions.
137
*/
138
-#define enableLogging(name) \
139
- // NOLINTNEXTLINE(readability-identifier-naming)
140
- mutable ::framework::logging::logger the_log_{ \
141
- ::framework::logging::makeLogger(name)};
+#define enableLogging(name) // NOLINTNEXTLINE(readability-identifier-naming)
+mutable ::framework::logging::logger the_log_{
+ ::framework::logging::makeLogger(name)};
142
143
/**
144
* @macro ldmx_log
0 commit comments