Fix style

This commit is contained in:
Alexey Milovidov 2020-08-02 17:22:53 +03:00
parent 38c4c727d4
commit 4d55376a59

View File

@ -27,6 +27,7 @@ namespace ErrorCodes
extern const int BAD_ARGUMENTS;
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
extern const int LOGICAL_ERROR;
}
template <typename T>