Formatting

This commit is contained in:
LuisFerLCC 2023-12-11 22:08:23 -06:00
parent 7251b86cb4
commit 054272381d
No known key found for this signature in database
GPG key ID: 18151B007B52A5DA

View file

@ -1689,17 +1689,17 @@
{ {
"name": "rust-panic", "name": "rust-panic",
"patterns": [ "patterns": [
{ {
"regexp": "^thread '.*' panicked at (.*):(\\d*):(\\d*):$", "regexp": "^thread '.*' panicked at (.*):(\\d*):(\\d*):$",
"file": 1, "file": 1,
"line": 2, "line": 2,
"column": 3 "column": 3
}, },
{ {
"regexp": "(.*)", "regexp": "(.*)",
"message": 1 "message": 1
} }
] ]
} }
], ],
"languages": [ "languages": [