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