update 优化 调整代码格式化

Signed-off-by: 疯狂的狮子Li <15040126243@163.com>
This commit is contained in:
疯狂的狮子Li
2024-07-04 09:23:46 +00:00
committed by Gitee
parent df0c18154c
commit 0b56491c83
5 changed files with 8 additions and 2 deletions
@@ -5,7 +5,8 @@ package cloud.tianai.captcha.common.exception;
* @date 2022/5/7 9:04
* @Description 图片验证码异常
*/
public class ImageCaptchaException extends RuntimeException{
public class ImageCaptchaException extends RuntimeException {
public ImageCaptchaException() {
}
@@ -24,4 +25,5 @@ public class ImageCaptchaException extends RuntimeException{
public ImageCaptchaException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
super(message, cause, enableSuppression, writableStackTrace);
}
}