提交 1ae76034 编写于 作者: S serge-rider

Merge remote-tracking branch 'origin/devel' into devel

......@@ -137,11 +137,6 @@ public class SQLIndenter {
if (nonWS < 0) {
return "";
}
int indentLength = nonWS - lineOffset;
StringBuilder indent = createIndent();
if (indentLength > indent.length() && scanner.endsWithDelimiter(lineOffset, lineOffset + line.getLength())) {
nonWS -= indent.length();
}
return document.get(lineOffset, nonWS - lineOffset);
} catch (BadLocationException e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册