提交 3ad346bd authored 作者: Thomas Mueller's avatar Thomas Mueller

Duplicate spaces.

上级 c3994b5d
......@@ -228,7 +228,7 @@ public class Bnf {
} else if (found.getSection().startsWith("Functions")) {
page = "functions.html";
} else if (token.equals("@func@")) {
return "<a href=\"functions.html\">Function</a>";
return "<a href=\"functions.html\">Function</a>";
} else if (found.getRule() instanceof RuleFixed) {
return found.getRule().getHtmlRailroad(this, false);
}
......
......@@ -957,7 +957,7 @@ public abstract class Table extends SchemaObjectBase {
} else {
v = defaultExpr.getValue(session);
}
return column.convert(v);
return column.convert(v);
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论