Fix style

This commit is contained in:
Roman Vasin 2023-06-01 09:01:01 +00:00
parent fd8c599288
commit 0708caeb77

View File

@ -44,6 +44,7 @@ namespace ErrorCodes
{ {
extern const int FILE_DOESNT_EXIST; extern const int FILE_DOESNT_EXIST;
extern const int CANNOT_LOAD_CONFIG; extern const int CANNOT_LOAD_CONFIG;
extern const int BAD_ARGUMENTS;
} }
/// Get method for string name. Throw exception for wrong name /// Get method for string name. Throw exception for wrong name