Fix style

This commit is contained in:
Nikolai Kochetov 2020-12-27 16:55:55 +03:00
parent be4832de6d
commit ca6ddfafc4

View File

@ -16,11 +16,6 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
// used by FunctionsStringSimilarity and FunctionsStringHash
// includes extracting ASCII ngram, UTF8 ngram, ASCII word and UTF8 word
struct ExtractStringImpl