dbms: put right brace back once again [#METR-16752]

This commit is contained in:
Andrey Mironov 2015-09-22 18:13:47 +03:00
parent 02064e1029
commit 0f6c2839c2

View File

@ -341,9 +341,10 @@ struct PositionCaseInsensitiveUTF8Impl
static void constant(const std::string & data, const std::string & needle, UInt64 & res)
{
throw Exception{
"Not yet implemented",
ErrorCodes::NOT_IMPLEMENTED
"Not yet implemented",
ErrorCodes::NOT_IMPLEMENTED
};
}
};