Skip to content

Commit caf5057

Browse files
committed
chore: fix code styling
1 parent a233f9c commit caf5057

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/createIssue.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ ${patchFileContents}
111111
`);
112112
}
113113
open(
114-
`https://github.com/${vcs.org}/${vcs.repo}/issues/new?${stringify({
115-
title: "",
116-
body: `Hi! 👋
114+
`https://github.com/${vcs.org}/${vcs.repo}/issues/new?${stringify({
115+
title: "",
116+
body: `Hi! 👋
117117
118118
Firstly, thanks for your work on this project! 🙂
119119
@@ -128,6 +128,7 @@ ${diffContents}
128128
\`\`\`
129129
130130
<em>This issue body was [partially generated by patch-package](https://github.com/ds300/patch-package/issues/296).</em>
131-
`,})}`,
131+
`,
132+
})}`,
132133
)
133134
}

0 commit comments

Comments
 (0)