style(sa-base): 删除 SecurityLoginService 类中多余的分号,修正错别字“登陆”->“登录”

This commit is contained in:
CoderKK
2025-08-01 16:04:28 +08:00
parent 97df843072
commit d3ef935859
3 changed files with 4 additions and 5 deletions

View File

@@ -171,5 +171,4 @@ public class SecurityLoginService {
return ResponseDTO.ok();
}
}
;
}