mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fix style
This commit is contained in:
parent
4633afe962
commit
b4fc13de8e
@ -6,7 +6,6 @@ namespace DB
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int NO_ELEMENTS_IN_CONFIG;
|
||||
extern const int WRONG_PASSWORD;
|
||||
}
|
||||
|
||||
std::shared_ptr<ConfigInterserverCredentials>
|
||||
|
@ -20,7 +20,6 @@ namespace DB
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int ABORTED;
|
||||
extern const int NOT_IMPLEMENTED;
|
||||
extern const int TOO_MANY_SIMULTANEOUS_QUERIES;
|
||||
extern const int WRONG_PASSWORD;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user