Fix style check

This commit is contained in:
alesapin 2020-11-11 17:22:11 +03:00
parent df02bb2315
commit d57b57156e
2 changed files with 0 additions and 6 deletions

View File

@ -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()
}
}
}

View File

@ -19,7 +19,6 @@
#include <functional>
namespace Coordination
{