Skip to content

Commit 9c0a9c6

Browse files
committed
Whitespace fix.
1 parent ae9e125 commit 9c0a9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_macros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
if (auto const& error_ = func(__VA_ARGS__); !error_) { \
66
throw \
77
std::runtime_error{ \
8-
#func " (" __FILE__ " line " + std::to_string(__LINE__) + ") failed "}; \
8+
#func " (" __FILE__ " line " + std::to_string(__LINE__) + ") failed"}; \
99
} \
1010
} (void)0
1111

0 commit comments

Comments
 (0)