Fix ErrorCodes style

This commit is contained in:
Daniil Rubin 2022-09-06 18:12:51 +00:00 committed by Daniil Rubin
parent f75376b7f8
commit 07d12338ca
2 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ namespace DB
namespace ErrorCodes
{
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
extern const int S3_ERROR;
extern const int BAD_ARGUMENTS;
}
void DeltaLakeMetadata::add(const String & key, uint64_t timestamp)

View File

@ -17,7 +17,7 @@ namespace DB
namespace ErrorCodes
{
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
extern const int BAD_ARGUMENTS;
extern const int S3_ERROR;
}