Browse Source

chore: 格式化代码

Marko552 3 years ago
parent
commit
ca26cf6d8c

+ 1 - 1
abi-cloud-qr-platform-server/src/test/java/com/abi/qms/platform/EncryptionTest.java

@@ -97,7 +97,7 @@ public class EncryptionTest {
             try {
                 in.close();
             } catch (IOException e) {
-                throw new BusinessException(404,"io流关闭异常");
+                throw new BusinessException(404 , "io流关闭异常");
             }
         }