Skip to content

Commit 6823e40

Browse files
Apply clang-format and clang-tidy
1 parent ce20109 commit 6823e40

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Framework/include/Framework/Logger.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,9 @@ class Formatter {
135135
* Makes the_log_ mutable so that the log can be used
136136
* in any class functions.
137137
*/
138-
#define enableLogging(name) \
139-
// NOLINTNEXTLINE(readability-identifier-naming)
140-
mutable ::framework::logging::logger the_log_{ \
141-
::framework::logging::makeLogger(name)};
138+
#define enableLogging(name) // NOLINTNEXTLINE(readability-identifier-naming)
139+
mutable ::framework::logging::logger the_log_{
140+
::framework::logging::makeLogger(name)};
142141

143142
/**
144143
* @macro ldmx_log

0 commit comments

Comments
 (0)