mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix style check
This commit is contained in:
parent
cae1517693
commit
e8a8f46864
@ -21,7 +21,6 @@
|
||||
#include <Common/config.h>
|
||||
#include <base/logger_useful.h>
|
||||
#include <Poco/URIStreamFactory.h>
|
||||
#include <Poco/Net/HTTPResponse.h>
|
||||
|
||||
|
||||
namespace ProfileEvents
|
||||
|
@ -36,6 +36,7 @@ namespace ErrorCodes
|
||||
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
|
||||
extern const int NETWORK_ERROR;
|
||||
extern const int BAD_ARGUMENTS;
|
||||
extern const int LOGICAL_ERROR;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user