提交 8164a852 编写于 作者: S Serge Rider 提交者: GitHub

Merge pull request #11955 from dbeaver/indentCase#11063

#11063 add condition for subqueries

Former-commit-id: 78ff6a7a
......@@ -198,6 +198,7 @@ class IndentFormatter {
if (!isCompact) {
result += insertReturnAndIndent(argList, index + 1, indent);
}
isFirstConditionInBrackets = false;
break;
case "LEFT":
case "RIGHT":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册