mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
Style fixes
This commit is contained in:
parent
91e48d8b1b
commit
1a3e9d1474
@ -19,6 +19,11 @@ extern const Metric KafkaLibrdkafkaThreads;
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
template <typename TKafkaStorage>
|
||||
struct KafkaInterceptors
|
||||
{
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user