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

menghaoran 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 8705177  Revise #13894 for add new line in EOF (#13987)
8705177 is described below

commit 8705177c03021422ede9746f051774aef4260285
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Dec 8 07:28:49 2021 +0800

    Revise #13894 for add new line in EOF (#13987)
---
 .../services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/main/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
 
b/shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/main/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
index 4192fb6..3ba0aed 100644
--- 
a/shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/main/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
+++ 
b/shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/src/main/resources/META-INF/services/org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
@@ -19,4 +19,4 @@ 
org.apache.shardingsphere.encrypt.algorithm.MD5EncryptAlgorithm
 org.apache.shardingsphere.encrypt.algorithm.AESEncryptAlgorithm
 org.apache.shardingsphere.encrypt.algorithm.RC4EncryptAlgorithm
 org.apache.shardingsphere.encrypt.algorithm.SM3EncryptAlgorithm
-org.apache.shardingsphere.encrypt.algorithm.SM4EncryptAlgorithm
\ No newline at end of file
+org.apache.shardingsphere.encrypt.algorithm.SM4EncryptAlgorithm

Reply via email to