update 格式化代码 统一间隔符

update 格式化代码 统一间隔符
This commit is contained in:
疯狂的狮子li
2022-01-13 09:49:26 +08:00
parent 857dec38d1
commit a0bed51d96
71 changed files with 4279 additions and 4245 deletions

View File

@@ -7,10 +7,10 @@ package com.ruoyi.oss.exception;
*/
public class OssException extends RuntimeException {
private static final long serialVersionUID = 1L;
private static final long serialVersionUID = 1L;
public OssException(String msg) {
super(msg);
}
public OssException(String msg) {
super(msg);
}
}