style: 移除空行

This commit is contained in:
haoxr
2023-04-20 20:22:52 +08:00
parent b45691f42b
commit df10b85157

View File

@@ -13,7 +13,6 @@ public interface SecurityConstants {
*/
String LOGIN_PATH = "/api/v1/auth/login";
/**
* Token 前缀
*/
@@ -24,7 +23,6 @@ public interface SecurityConstants {
*/
String TOKEN_KEY = "Authorization";
/**
* 验证码缓存前缀
*/