Skip to content

Commit bb65bcc

Browse files
author
Frazer Smith
committed
style(index): keep consistent with rest of file
1 parent e52490a commit bb65bcc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,13 @@ async function run () {
4242
merge_method: MERGE_METHOD
4343
})
4444

45-
4645
if (MERGE_COMMENT) {
4746
await octokit.issues.createComment({
4847
owner,
4948
repo,
5049
issue_number: prNumber,
51-
body: MERGE_COMMENT,
52-
});
50+
body: MERGE_COMMENT
51+
})
5352
}
5453
} catch (error) {
5554
core.setFailed(error.message)

0 commit comments

Comments
 (0)