diff --git a/ydb/library/yql/sql/v1/format/sql_format.cpp b/ydb/library/yql/sql/v1/format/sql_format.cpp index aaf441d92902..f6a47b448536 100644 --- a/ydb/library/yql/sql/v1/format/sql_format.cpp +++ b/ydb/library/yql/sql/v1/format/sql_format.cpp @@ -2417,6 +2417,8 @@ friend struct TStaticData; if (pushedIndent) { PopCurrentIndent(); } + + break; } case TRule_neq_subexpr_TBlock3::kAlt2: Visit(b.GetAlt2());