fix style

This commit is contained in:
Duc Canh Le 2022-09-25 13:54:20 +08:00
parent e882b4f694
commit 3283cdb3d1
2 changed files with 1 additions and 1 deletions

View File

@ -634,6 +634,7 @@ static constexpr UInt64 operator""_GiB(unsigned long long value)
\
M(Map, additional_table_filters, "", "Additional filter expression which would be applied after reading from specified table. Syntax: {'table1': 'expression', 'database.table2': 'expression'}", 0) \
M(String, additional_result_filter, "", "Additional filter expression which would be applied to query result", 0) \
\
/** Experimental functions */ \
M(Bool, allow_experimental_funnel_functions, false, "Enable experimental functions for funnel analysis.", 0) \
M(Bool, allow_experimental_nlp_functions, false, "Enable experimental functions for natural language processing.", 0) \

View File

@ -677,7 +677,6 @@ private:
}
else
{
decrypted += output_len;
// 3: optionally get tag from the ciphertext (RFC5116) and feed it to the context
if constexpr (mode == CipherMode::RFC5116_AEAD_AES_GCM)