mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fix style check
This commit is contained in:
parent
df02bb2315
commit
d57b57156e
@ -17,11 +17,8 @@ namespace DB
|
||||
namespace zkutil
|
||||
{
|
||||
|
||||
|
||||
using namespace DB;
|
||||
|
||||
|
||||
|
||||
static String parentPath(const String & path)
|
||||
{
|
||||
auto rslash_pos = path.rfind('/');
|
||||
@ -679,6 +676,4 @@ TestKeeperStorage::~TestKeeperStorage()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <functional>
|
||||
|
||||
|
||||
|
||||
namespace Coordination
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user