Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar committed Jan 9, 2024
1 parent b8744c3 commit 1ada60c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Databases/DatabaseOrdinary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int UNKNOWN_DATABASE_ENGINE;
extern const int NOT_IMPLEMENTED;
}

static constexpr size_t METADATA_FILE_BUFFER_SIZE = 32768;
Expand Down

0 comments on commit 1ada60c

Please sign in to comment.