Fixed style

This commit is contained in:
Alexey Milovidov 2020-05-07 02:51:41 +03:00
parent 1e690510b6
commit 5d1f36872b

View File

@ -24,6 +24,7 @@ namespace ErrorCodes
{
extern const int HYPERSCAN_CANNOT_SCAN_TEXT;
extern const int CANNOT_ALLOCATE_MEMORY;
extern const int NOT_IMPLEMENTED;
extern const int TOO_MANY_BYTES;
}