fix spaces

This commit is contained in:
Trass3r
2023-12-01 01:12:38 +01:00
committed by GitHub
parent 817fb5daef
commit a8ea2555c9

22
.github/java.json vendored
View File

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