Fixed style

This commit is contained in:
Alexey Milovidov 2019-09-04 02:08:46 +03:00
parent ece7a05cec
commit 6176041935

View File

@ -542,7 +542,7 @@ void Context::setSensitiveDataMasker(std::unique_ptr<SensitiveDataMasker> sensit
{
if (!sensitive_data_masker)
throw Exception("Logical error: the 'sensitive_data_masker' is not set", ErrorCodes::LOGICAL_ERROR);
if (sensitive_data_masker->rulesCount() > 0)
{
auto lock = getLock();