fix: cli, print temperatures

This commit is contained in:
2019-03-06 20:17:28 +01:00
parent 3d54401011
commit 807a5b80ff
2 changed files with 4 additions and 3 deletions

View File

@ -155,8 +155,9 @@ func PrintTemperatures(temperatures []*types.Temperature, cnf *config.FluckyConf
} else {
fmt.Fprint(tw, "\t")
}
fmt.Fprint(tw, "\n")
}
fmt.Fprint(tw, "\n")
}
tw.Flush()
}