Fix style

This commit is contained in:
Antonio Andelic 2023-07-31 14:53:40 +00:00
parent 76331a9b49
commit 86a251931b

View File

@ -16,6 +16,7 @@ namespace ErrorCodes
extern const int LOGICAL_ERROR;
extern const int SEEK_POSITION_OUT_OF_BOUND;
extern const int NOT_IMPLEMENTED;
extern const int CANNOT_READ_ALL_DATA;
}