preformat: one appended \n seems enough

This commit is contained in:
Michael Teichgräber 2012-04-28 20:56:36 +02:00
parent 318858ce0a
commit 2670cccafb

View File

@ -143,6 +143,6 @@ func preformat(r io.Reader) (s string) {
b.Write(buf[i0:n])
}
b.WriteString("\n\n")
b.WriteString("\n")
return b.String()
}