Remove trailing spaces

This commit is contained in:
alexey semenyuk 2022-07-03 17:44:09 +03:00 committed by GitHub
parent b8bdbb7a00
commit 65655d1e1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,15 +8,15 @@
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true,
},
"isDefault": true
}
},
{
"label": "cargo dev fmt",
"type": "shell",
"command": "cargo dev fmt",
"problemMatcher": [],
"group": "none",
"group": "none"
},
{
"label": "cargo uitest",
@ -24,19 +24,19 @@
"command": "cargo uitest",
"options": {
"env": {
"RUST_BACKTRACE": "1",
"RUST_BACKTRACE": "1"
// This task will usually execute all UI tests inside `tests/ui` you can
// optionally uncomment the line below and only run a specific test.
//
// See: https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/adding_lints.md#testing
//
// "TESTNAME": "<TODO>",
},
}
},
"problemMatcher": [],
"group": {
"kind": "test",
"isDefault": true,
"isDefault": true
}
},
{
@ -44,14 +44,14 @@
"type": "shell",
"command": "cargo test",
"problemMatcher": [],
"group": "test",
"group": "test"
},
{
"label": "cargo dev bless",
"type": "shell",
"command": "cargo dev bless",
"problemMatcher": [],
"group": "none",
},
],
"group": "none"
}
]
}