mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
Fix style
This commit is contained in:
parent
f553b55e3a
commit
c11a2fcb7f
@ -1,3 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
#ifdef __clang__
|
||||
# pragma clang diagnostic push
|
||||
# pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant"
|
||||
|
@ -7,7 +7,6 @@
|
||||
#include <Common/re2.h>
|
||||
|
||||
|
||||
|
||||
namespace DB
|
||||
{
|
||||
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include <fmt/format.h>
|
||||
|
||||
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int BAD_ARGUMENTS;
|
||||
|
Loading…
Reference in New Issue
Block a user