style: 移除空行

This commit is contained in:
haoxr
2023-03-26 19:00:26 +08:00
parent 7af9c28571
commit 54f1c4efac

View File

@@ -33,7 +33,6 @@ public class AuthController {
private final AuthenticationManager authenticationManager;
private final JwtTokenManager jwtTokenManager;
private final EasyCaptchaService easyCaptchaService;
private final RedisTemplate redisTemplate;
@Operation(summary = "登录")