Lint harder

This commit is contained in:
Konstantin Bogdanov 2024-08-28 16:16:09 +02:00 committed by Konstantin Bogdanov
parent 0815a85e2b
commit 30eca0f4a0
No known key found for this signature in database

View File

@ -237,7 +237,7 @@ SettingFieldMaxThreads & SettingFieldMaxThreads::operator=(const Field & f)
String SettingFieldMaxThreads::toString() const
{
if (is_auto)
/// Removing these quotes this will introduce incompatibility between replicas with different versions.
/// Removing quotes here will introduce an incompatibility between replicas with different versions.
return "'auto(" + ::DB::toString(value) + ")'";
else
return ::DB::toString(value);