format empty records and anonymous types as a single line

This commit is contained in:
Athou
2026-05-08 17:41:07 +02:00
parent 3dd298c0c8
commit f207bfaddd
10 changed files with 20 additions and 34 deletions

View File

@@ -199,6 +199,5 @@ class FeverIT extends BaseIT {
}
}
private record Param(String name, String value) {
}
private record Param(String name, String value) {}
}