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 41261767e1e For code format (#28100)
41261767e1e is described below

commit 41261767e1e1fa3877d5965956a456229132b5f4
Author: Liang Zhang <zhangli...@apache.org>
AuthorDate: Tue Aug 15 21:03:53 2023 +0800

    For code format (#28100)
    
    * For code format
    
    * For code format
    
    * For code format
---
 .../env/scenario/primary_key/text_primary_key/postgresql.xml          | 4 ++--
 test/e2e/sql/src/test/resources/cases/ral/ral-integration-show.xml    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/test/e2e/operation/pipeline/src/test/resources/env/scenario/primary_key/text_primary_key/postgresql.xml
 
b/test/e2e/operation/pipeline/src/test/resources/env/scenario/primary_key/text_primary_key/postgresql.xml
index 5136e364fc5..d9e77eb6f54 100644
--- 
a/test/e2e/operation/pipeline/src/test/resources/env/scenario/primary_key/text_primary_key/postgresql.xml
+++ 
b/test/e2e/operation/pipeline/src/test/resources/env/scenario/primary_key/text_primary_key/postgresql.xml
@@ -23,11 +23,11 @@
         PRIMARY KEY (order_id)
         )
     </create-table-order>
-
+    
     <update-table-order-status>
         UPDATE t_order SET status= 'unlock'
     </update-table-order-status>
-
+    
     <create-index-status>
         CREATE INDEX "idx_user_status" ON t_order ( status )
     </create-index-status>
diff --git a/test/e2e/sql/src/test/resources/cases/ral/ral-integration-show.xml 
b/test/e2e/sql/src/test/resources/cases/ral/ral-integration-show.xml
index 586591b5b41..85732703982 100644
--- a/test/e2e/sql/src/test/resources/cases/ral/ral-integration-show.xml
+++ b/test/e2e/sql/src/test/resources/cases/ral/ral-integration-show.xml
@@ -40,11 +40,11 @@
     <test-case sql="SHOW STATUS FROM READWRITE_SPLITTING RULES;">
         <assertion 
expected-data-file="show_status_from_readwrite_splitting_rules.xml" />
     </test-case>
-
+    
     <test-case sql="SHOW DIST VARIABLES;">
         <assertion expected-data-file="show_dist_variables.xml" />
     </test-case>
-
+    
     <test-case sql="SHOW DIST VARIABLE WHERE name = sql_show;">
         <assertion 
expected-data-file="show_dist_variable_where_name_equal_sql_show.xml" />
     </test-case>

Reply via email to