Skip to content

Commit 9c52ea4

Browse files
committed
force 2 spaces before printing
1 parent 41e071c commit 9c52ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log/log.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (container logContainer) printLog(out *strings.Builder, title string, skipp
6666
out.WriteString(fmt.Sprintf("\n\n## %s \n", title))
6767
}
6868
for _, item := range container.commits {
69-
out.WriteString(item + "\n")
69+
out.WriteString(item + " \n")
7070
}
7171
}
7272
}

0 commit comments

Comments
 (0)