Skip to content

Commit 952b791

Browse files
committed
feat(silo): format
1 parent b188fa6 commit 952b791

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/silo/query_engine/bad_request.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
#include <fmt/format.h>
77

8-
#define CHECK_SILO_QUERY(condition, ...) \
9-
do { \
10-
if (!(condition)) { \
11-
throw silo::BadRequest(fmt::format(__VA_ARGS__)); \
12-
} \
8+
#define CHECK_SILO_QUERY(condition, ...) \
9+
do { \
10+
if (!(condition)) { \
11+
throw silo::BadRequest(__VA_ARGS__); \
12+
} \
1313
} while (0)
1414

1515
namespace silo {

0 commit comments

Comments
 (0)