f6412ae9 by David LaPalomento

Whitespace fix

Remove extra leading space.
1 parent cfd8ae91
...@@ -336,7 +336,7 @@ ...@@ -336,7 +336,7 @@
336 [ "git branch -D {{pr.user.login}}-{{pr.head.ref}}", "Delete the local branch used for merging" ] 336 [ "git branch -D {{pr.user.login}}-{{pr.head.ref}}", "Delete the local branch used for merging" ]
337 ] 337 ]
338 }, 338 },
339 "accept-as-is": { 339 "accept-as-is": {
340 "steps": [ 340 "steps": [
341 { "prompt": "text", "id": "prNum", "desc": "What is the the pull request number?" }, 341 { "prompt": "text", "id": "prNum", "desc": "What is the the pull request number?" },
342 { "get": "{{meta.urls.repo_api}}/pulls/{{prNum}}", "desc": "Get the PR information", "id": "pr" }, 342 { "get": "{{meta.urls.repo_api}}/pulls/{{prNum}}", "desc": "Get the PR information", "id": "pr" },
......