preformat: one appended \n seems enough
This commit is contained in:
parent
318858ce0a
commit
2670cccafb
@ -143,6 +143,6 @@ func preformat(r io.Reader) (s string) {
|
|||||||
b.Write(buf[i0:n])
|
b.Write(buf[i0:n])
|
||||||
}
|
}
|
||||||
|
|
||||||
b.WriteString("\n\n")
|
b.WriteString("\n")
|
||||||
return b.String()
|
return b.String()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user