1
0
mirror of https://github.com/thebaer/tildes.git synced 2018-07-20 07:15:21 +00:00

Minor whitespace fix

This commit is contained in:
Matt Baer 2015-01-11 16:44:08 -05:00
parent da667f148c
commit 7916ac832f

View File

@ -96,7 +96,7 @@ func generateLog(entries []Entry) {
if err != nil {
panic(err)
}
template.Execute(writer, entries)
writer.Flush()
template.Execute(writer, entries)
writer.Flush()
}