Delete unnecessary newlines (#203257)

This commit is contained in:
Rob Lourens
2024-01-23 20:53:08 -03:00
committed by GitHub
parent 0955a9d9d5
commit b9ee99d894
7 changed files with 68 additions and 73 deletions

View File

@@ -7,7 +7,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$REPO=repo:microsoft/vscode\n$MILESTONE=milestone:\"December / January 2024\"\n"
"value": "$REPO=repo:microsoft/vscode\n$MILESTONE=milestone:\"December / January 2024\""
},
{
"kind": 1,
@@ -17,7 +17,7 @@
{
"kind": 2,
"language": "github-issues",
"value": "$REPO $MILESTONE label:api-finalization\n"
"value": "$REPO $MILESTONE label:api-finalization"
},
{
"kind": 1,
@@ -27,6 +27,6 @@
{
"kind": 2,
"language": "github-issues",
"value": "$REPO $MILESTONE is:open label:api-proposal sort:created-asc\n"
"value": "$REPO $MILESTONE is:open label:api-proposal sort:created-asc"
}
]