Skip to content

Commit 0542723

Browse files
committed
Formatting
1 parent 7251b86 commit 0542723

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

editors/code/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1689,17 +1689,17 @@
16891689
{
16901690
"name": "rust-panic",
16911691
"patterns": [
1692-
{
1693-
"regexp": "^thread '.*' panicked at (.*):(\\d*):(\\d*):$",
1694-
"file": 1,
1695-
"line": 2,
1696-
"column": 3
1697-
},
1698-
{
1699-
"regexp": "(.*)",
1700-
"message": 1
1701-
}
1702-
]
1692+
{
1693+
"regexp": "^thread '.*' panicked at (.*):(\\d*):(\\d*):$",
1694+
"file": 1,
1695+
"line": 2,
1696+
"column": 3
1697+
},
1698+
{
1699+
"regexp": "(.*)",
1700+
"message": 1
1701+
}
1702+
]
17031703
}
17041704
],
17051705
"languages": [

0 commit comments

Comments
 (0)