From a07454207a05ad34b2ef2b7750b99e0023782f6e Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Mon, 22 Aug 2022 09:52:06 +0100 Subject: [PATCH] Tweak whitespace in checklist for consistency Co-authored-by: Andrew Eisenberg --- .github/update-release-branch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update-release-branch.py b/.github/update-release-branch.py index b34cad1dfb..7697e59430 100644 --- a/.github/update-release-branch.py +++ b/.github/update-release-branch.py @@ -88,7 +88,7 @@ def open_pr( body.append('') body.append('Please review the following:') if len(conflicted_files) > 0: - body.append('- [ ] The `package.json` file contains the correct version.') + body.append(' - [ ] The `package.json` file contains the correct version.') body.append(' - [ ] You have added commits to this branch that resolve the merge conflicts ' + 'in the following files:') body.extend([f' - [ ] `{file}`' for file in conflicted_files])