fixup! Reformat source

This commit is contained in:
Xiaoge Su 2023-06-14 19:51:15 -07:00
parent de7db7ba14
commit c5f09b0921
1 changed files with 1 additions and 3 deletions

View File

@ -84,9 +84,7 @@ extern const std::set<int> transactionRetryableErrors;
#undef ERROR
#define ERROR(name, number, description) \
inline Error name() { \
return Error(number); \
}; \
inline Error name() { return Error(number); }; \
enum { error_code_##name = number };
#include "error_definitions.h"