From c4d4c8098fac5ba0f23203bab2507340d1782e5d Mon Sep 17 00:00:00 2001 From: Thomas Stringer Date: Tue, 24 May 2022 20:39:08 -0400 Subject: [PATCH] Add newline to debug logging statement (#11) There was a missing newline in the log. This commit adds the newline so that there is the proper line breaks. --- approval.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/approval.go b/approval.go index 58bf139..f67f74d 100644 --- a/approval.go +++ b/approval.go @@ -58,7 +58,7 @@ Respond %s to continue workflow or %s to cancel.`, ) var err error fmt.Printf( - "Creating issue in repo %s/%s with the following content:\nTitle: %s\nApprovers: %s\nBody:\n%s", + "Creating issue in repo %s/%s with the following content:\nTitle: %s\nApprovers: %s\nBody:\n%s\n", a.repoOwner, a.repo, issueTitle,