Style fixes

This commit is contained in:
János Benjamin Antal 2024-08-05 11:15:37 +00:00
parent 91e48d8b1b
commit 1a3e9d1474
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,11 @@ extern const Metric KafkaLibrdkafkaThreads;
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
template <typename TKafkaStorage>
struct KafkaInterceptors
{

View File

@ -56,7 +56,6 @@ using namespace std::chrono_literals;
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int BAD_ARGUMENTS;
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
extern const int SUPPORT_IS_DISABLED;