fix spaces

This commit is contained in:
Trass3r 2023-12-01 01:12:38 +01:00 committed by GitHub
parent 817fb5daef
commit a8ea2555c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

22
.github/java.json vendored
View File

@ -11,16 +11,16 @@
] ]
}, },
{ {
"owner": "javac", "owner": "javac",
"pattern": [ "pattern": [
{ {
"regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$", "regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$",
"file": 1, "file": 1,
"line": 2, "line": 2,
"severity": 3, "severity": 3,
"message": 4 "message": 4
} }
] ]
} }
] ]
} }