Skip to content

Commit

Permalink
去除多余的空行
Browse files Browse the repository at this point in the history
Windows下不会报错
  • Loading branch information
lizongbo committed May 4, 2024
1 parent 4a2b02a commit 50de16a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ public SQLTableSource parseTableSourceRest(SQLTableSource tableSource) {
}

public SQLTableSource parseTableSourceTableSample(SQLTableSource tableSource) {

if (lexer.identifierEquals(FnvHash.Constants.TABLESAMPLE) && tableSource instanceof SQLExprTableSource) {
Lexer.SavePoint mark = lexer.mark();
lexer.nextToken();
Expand Down

0 comments on commit 50de16a

Please sign in to comment.