This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 69126992856 Code format for #34047 (#34049)
69126992856 is described below

commit 69126992856b47d0e493703fbc81634d0b4a767b
Author: Liang Zhang <[email protected]>
AuthorDate: Fri Dec 13 23:48:15 2024 +0800

    Code format for #34047 (#34049)
---
 .../dialect/firebird/src/main/antlr4/imports/firebird/DMLStatement.g4   | 2 +-
 .../sql/parser/statement/core/statement/dml/UpdateStatement.java        | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/parser/sql/dialect/firebird/src/main/antlr4/imports/firebird/DMLStatement.g4 
b/parser/sql/dialect/firebird/src/main/antlr4/imports/firebird/DMLStatement.g4
index 91ef07da8a4..a5b35500311 100644
--- 
a/parser/sql/dialect/firebird/src/main/antlr4/imports/firebird/DMLStatement.g4
+++ 
b/parser/sql/dialect/firebird/src/main/antlr4/imports/firebird/DMLStatement.g4
@@ -203,4 +203,4 @@ variableList
 
 variableListClause
     : variableList (COMMA_ variableList)*
-    ;
\ No newline at end of file
+    ;
diff --git 
a/parser/sql/statement/core/src/main/java/org/apache/shardingsphere/sql/parser/statement/core/statement/dml/UpdateStatement.java
 
b/parser/sql/statement/core/src/main/java/org/apache/shardingsphere/sql/parser/statement/core/statement/dml/UpdateStatement.java
index 9fdef461564..c8c708c29dd 100644
--- 
a/parser/sql/statement/core/src/main/java/org/apache/shardingsphere/sql/parser/statement/core/statement/dml/UpdateStatement.java
+++ 
b/parser/sql/statement/core/src/main/java/org/apache/shardingsphere/sql/parser/statement/core/statement/dml/UpdateStatement.java
@@ -190,5 +190,4 @@ public abstract class UpdateStatement extends 
AbstractSQLStatement implements DM
      */
     public void setReturningSegment(final ReturningSegment returningSegment) {
     }
-    
 }

Reply via email to