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:
parent
da667f148c
commit
7916ac832f
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user