fix: cli, print temperatures
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
Reference in New Issue
Block a user