We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e071c commit 9c52ea4Copy full SHA for 9c52ea4
log/log.go
@@ -66,7 +66,7 @@ func (container logContainer) printLog(out *strings.Builder, title string, skipp
66
out.WriteString(fmt.Sprintf("\n\n## %s \n", title))
67
}
68
for _, item := range container.commits {
69
- out.WriteString(item + "\n")
+ out.WriteString(item + " \n")
70
71
72
0 commit comments