Fix error style

This commit is contained in:
alesapin 2020-07-25 23:56:29 +03:00
parent eae7dc852e
commit c66dc23a47

View File

@ -13,6 +13,7 @@ namespace ErrorCodes
extern const int CANNOT_READ_ALL_DATA;
extern const int NO_FILE_IN_DATA_PART;
extern const int BAD_SIZE_OF_FILE_IN_DATA_PART;
extern const int LOGICAL_ERROR;
}