about summary refs log tree commit diff
diff options
context:
space:
mode:
authoralexey semenyuk <alexsemenyuk88@gmail.com>2022-07-03 17:44:09 +0300
committerGitHub <noreply@github.com>2022-07-03 17:44:09 +0300
commit65655d1e1e25d11df5dd2f4570d3ec00c19e8a51 (patch)
tree78fead3d958327aac6fc212e4072d463436f20d1
parentb8bdbb7a00346f8d78019e77402003f46af0eb55 (diff)
downloadrust-65655d1e1e25d11df5dd2f4570d3ec00c19e8a51.tar.gz
rust-65655d1e1e25d11df5dd2f4570d3ec00c19e8a51.zip
Remove trailing spaces
-rw-r--r--util/etc/vscode-tasks.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/util/etc/vscode-tasks.json b/util/etc/vscode-tasks.json
index e0074510c9f..845e33414b2 100644
--- a/util/etc/vscode-tasks.json
+++ b/util/etc/vscode-tasks.json
@@ -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"
+        }
+    ]
 }