Fix whitespace

This commit is contained in:
Alexey Milovidov 2021-05-23 03:30:53 +03:00
parent ecc2e98265
commit b0df9286f0

View File

@ -116,7 +116,7 @@ ASTPtr CompressionCodecFactory::validateCodecAndGetPreprocessedAST(
codec_family_name == "LZSSE4" ||
codec_family_name == "LZSSE8")
{
throw Exception(ErrorCodes::BAD_ARGUMENTS,
throw Exception(ErrorCodes::BAD_ARGUMENTS,
"Codec {} is experimental and not meant to be used in production."
" You can enable it with the 'allow_experimental_codecs' setting.",
codec_family_name);