优化代码格式

This commit is contained in:
2026-04-25 16:17:14 +08:00
parent 58c8dc9bb8
commit 4a0e14794e

View File

@@ -232,6 +232,8 @@ public class GlobalControllerExceptionHandler implements BaseParams {
case "image", "multipart" -> { case "image", "multipart" -> {
return false; return false;
} }
default -> {
}
} }
if ( if (
item.isCompatibleWith(MediaType.APPLICATION_ATOM_XML) || item.isCompatibleWith(MediaType.APPLICATION_ATOM_XML) ||