Skip to content

Commit

Permalink
去除多余的换行
Browse files Browse the repository at this point in the history
本地windows不会报错 ci构建报错了:
Error:  src/main/java/com/alibaba/druid/sql/parser/Lexer.java:[3129] (regexp) RegexpMultiline: Multiple consecutive blank lines
  • Loading branch information
lizongbo committed Dec 19, 2023
1 parent 97155d4 commit 532b143
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/com/alibaba/druid/sql/parser/Lexer.java
Original file line number Diff line number Diff line change
Expand Up @@ -3127,8 +3127,6 @@ private boolean isOperator(char ch) {

private static final long MULTMIN_RADIX_TEN = Long.MIN_VALUE / 10;
private static final long N_MULTMAX_RADIX_TEN = -Long.MAX_VALUE / 10;


public final boolean isNegativeIntegerValue() {
return charAt(mark) == '-';
}
Expand Down

0 comments on commit 532b143

Please sign in to comment.