Skip to content

Commit a25f7df

Browse files
committed
Format only whitespace
1 parent 12eea14 commit a25f7df

File tree

1 file changed

+1
-1
lines changed
  • tests/test-javalin/src/main/java/org/example/myapp

1 file changed

+1
-1
lines changed

tests/test-javalin/src/main/java/org/example/myapp/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public static Javalin start(int port) {
4040

4141
app.exception(ValidationException.class, (exception, ctx) -> {
4242

43-
Map<String,Object> map = new LinkedHashMap<>();
43+
Map<String, Object> map = new LinkedHashMap<>();
4444
map.put("message", exception.getMessage());
4545
map.put("errors", exception.getErrors());
4646
ctx.json(map);

0 commit comments

Comments
 (0)