Fix style check

This commit is contained in:
kssenii 2022-02-08 21:58:03 +01:00
parent cae1517693
commit e8a8f46864
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#include <Common/config.h>
#include <base/logger_useful.h>
#include <Poco/URIStreamFactory.h>
#include <Poco/Net/HTTPResponse.h>
namespace ProfileEvents

View File

@ -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;
}