fix style

This commit is contained in:
Sema Checherinda 2024-08-22 18:02:42 +02:00
parent 859d2bfe27
commit e7b89537bf
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#include <Interpreters/PeriodicLog.h>
#include <Interpreters/ErrorLog.h>
#include <Interpreters/MetricLog.h>
#include "Functions/DateTimeTransforms.h"
namespace DB
{

View File

@ -134,7 +134,7 @@ public:
protected:
LoggerPtr log;
using Base::queue;
using Base::queue;
StoragePtr getStorage() const;