Skip to content

Commit 1e8ea55

Browse files
committed
feat(silo): format
1 parent 7ef9202 commit 1e8ea55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/silo/query_engine/bad_request.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#define CHECK_SILO_QUERY(condition, ...) \
99
do { \
10-
if (!(condition)) { \
10+
if (!(condition)) { \
1111
throw BadRequest(fmt::format(__VA_ARGS__)); \
1212
} \
1313
} while (0)

0 commit comments

Comments
 (0)