This commit is contained in:
Volodya Giro 2024-04-27 04:44:21 +03:00 committed by Volodya
parent fd36c60803
commit b1c2ccecc4

View File

@ -464,7 +464,7 @@ void PrettyBlockOutputFormat::writeValueWithPadding(
value_width = format_settings.pretty.max_value_width;
}
else if (!has_break_line && cut_to_width)
else if (!has_break_line)
serialized_value += ' ';
auto write_padding = [&]()