Skip to content

Commit 2a6d70c

Browse files
committed
add one more newline
1 parent d835d23 commit 2a6d70c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/amplify-preview/amplify.go

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ func amplifyJobToMarkdown(job *types.JobSummary, branch *types.Branch) string {
224224
commentBody.WriteByte('\n')
225225
commentBody.WriteString("- [ ] Check this box to update Preview status")
226226
commentBody.WriteByte('\n')
227+
commentBody.WriteByte('\n')
227228

228229
// Markdown table header
229230
commentBody.WriteString(strings.Join(mdTableHeader[:], " | "))

0 commit comments

Comments
 (0)