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

zhaojinchao 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 26b8108f9a5 Fix : fix the incorrect format (#28179)
26b8108f9a5 is described below

commit 26b8108f9a54de110b477d8b0db56910c098a051
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Sat Aug 19 22:29:00 2023 +0800

    Fix : fix the incorrect format (#28179)
---
 test/it/parser/src/main/resources/case/rdl/alter.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/it/parser/src/main/resources/case/rdl/alter.xml 
b/test/it/parser/src/main/resources/case/rdl/alter.xml
index 72c25894648..73cf6b5ccad 100644
--- a/test/it/parser/src/main/resources/case/rdl/alter.xml
+++ b/test/it/parser/src/main/resources/case/rdl/alter.xml
@@ -197,7 +197,7 @@
             <load-balancer algorithm-name="random" />
         </rule>
     </alter-readwrite-splitting-rule>
-    
+
     <alter-encrypt-rule sql-case-id="alter-encrypt-rule">
         <rule name="t_encrypt">
             <column name="user_id">

Reply via email to