We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5edac commit f22430eCopy full SHA for f22430e
1 file changed
main.go
@@ -66,7 +66,7 @@ func escapeString(s string) string {
66
return s
67
}
68
69
- return out.String()
+ return strings.TrimSpace(out.String())
70
71
72
func main() {
0 commit comments