style: 优化部分代码格式

This commit is contained in:
2024-01-31 00:15:03 +08:00
parent 2dfcf1d454
commit ab8c1aec2f
5 changed files with 31 additions and 29 deletions

View File

@@ -65,6 +65,6 @@ public class GlobalExceptionHandlerAutoConfiguration {
@PostConstruct
public void postConstruct() {
log.debug("[ContiNew Starter] - Auto Configuration 'Extension-Global Exception Handler' completed " + "initialization.");
log.debug("[ContiNew Starter] - Auto Configuration 'Extension-Global Exception Handler' completed initialization.");
}
}