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

zhonghongsheng 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 bb2f65d0f62 Code format for DataSourceState (#31026)
bb2f65d0f62 is described below

commit bb2f65d0f62661afd7571a5f098daa7874e17bc8
Author: Liang Zhang <[email protected]>
AuthorDate: Fri Apr 26 18:10:45 2024 +0800

    Code format for DataSourceState (#31026)
---
 .../apache/shardingsphere/infra/state/datasource/DataSourceState.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/infra/common/src/main/java/org/apache/shardingsphere/infra/state/datasource/DataSourceState.java
 
b/infra/common/src/main/java/org/apache/shardingsphere/infra/state/datasource/DataSourceState.java
index e683edec196..bd2548820f0 100644
--- 
a/infra/common/src/main/java/org/apache/shardingsphere/infra/state/datasource/DataSourceState.java
+++ 
b/infra/common/src/main/java/org/apache/shardingsphere/infra/state/datasource/DataSourceState.java
@@ -22,5 +22,6 @@ package org.apache.shardingsphere.infra.state.datasource;
  */
 public enum DataSourceState {
     
-    ENABLED, DISABLED
+    ENABLED,
+    DISABLED
 }

Reply via email to