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",
"patterns": [
{
"regexp": "^thread '.*' panicked at (.*):(\\d*):(\\d*):$",
"file": 1,
"line": 2,
"column": 3
},
{
"regexp": "(.*)",
"message": 1
}
]
{
"regexp": "^thread '.*' panicked at (.*):(\\d*):(\\d*):$",
"file": 1,
"line": 2,
"column": 3
},
{
"regexp": "(.*)",
"message": 1
}
]
}
],
"languages": [