mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Java: Autoformat.
This commit is contained in:
@@ -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()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user