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 2de49ba0e0d Code format for DriverExecuteExecutor (#31591)
2de49ba0e0d is described below
commit 2de49ba0e0d339b29a6c9fdca6816c86f333cc57
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Jun 5 14:43:11 2024 +0800
Code format for DriverExecuteExecutor (#31591)
---
.../shardingsphere/driver/executor/DriverExecuteExecutor.java | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git
a/jdbc/src/main/java/org/apache/shardingsphere/driver/executor/DriverExecuteExecutor.java
b/jdbc/src/main/java/org/apache/shardingsphere/driver/executor/DriverExecuteExecutor.java
index 1c7e24d5bd8..9cdddc487fb 100644
---
a/jdbc/src/main/java/org/apache/shardingsphere/driver/executor/DriverExecuteExecutor.java
+++
b/jdbc/src/main/java/org/apache/shardingsphere/driver/executor/DriverExecuteExecutor.java
@@ -267,6 +267,10 @@ public final class DriverExecuteExecutor {
public enum ExecuteType {
- TRAFFIC, FEDERATION, REGULAR
+ TRAFFIC,
+
+ FEDERATION,
+
+ REGULAR
}
}