Fix style.

This commit is contained in:
Nikolai Kochetov 2022-06-27 18:10:29 +00:00
parent 99436ab1da
commit 6824570ea3

View File

@ -105,6 +105,7 @@ namespace ErrorCodes
extern const int INVALID_WITH_FILL_EXPRESSION; extern const int INVALID_WITH_FILL_EXPRESSION;
extern const int ACCESS_DENIED; extern const int ACCESS_DENIED;
extern const int UNKNOWN_IDENTIFIER; extern const int UNKNOWN_IDENTIFIER;
extern const int BAD_ARGUMENTS;
} }
/// Assumes `storage` is set and the table filter (row-level security) is not empty. /// Assumes `storage` is set and the table filter (row-level security) is not empty.