Java: Autoformat.

This commit is contained in:
Anders Schack-Mulligen
2020-01-22 14:12:04 +01:00
parent fb90c2ba52
commit 9b7a728609
63 changed files with 425 additions and 310 deletions

View File

@@ -38,7 +38,8 @@ class SuppressionAnnotation extends SuppressWarningsAnnotation {
}
private Annotation firstAnnotation() {
result = min(this.getASiblingAnnotation() as m
result =
min(this.getASiblingAnnotation() as m
order by
m.getLocation().getStartLine(), m.getLocation().getStartColumn()
)