fix style

fix style

fix style
This commit is contained in:
Nikita Taranov 2024-06-03 22:40:19 +01:00
parent 03352063e0
commit 985a4badd8
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
std::optional<HashTablesStatistics::Entry> HashTablesStatistics::getSizeHint(const Params & params)
{
if (!params.isCollectionAndUseEnabled())

View File

@ -2,7 +2,6 @@
#include <Common/CacheBase.h>
namespace DB
{