add missing newline
This commit is contained in:
parent
9c17bfe0bf
commit
fe7f5bd51b
2
main.cpp
2
main.cpp
@ -59,7 +59,7 @@ std::vector<double> get_fan_zones(const std::vector<Sensor>& sensors)
|
||||
std::vector<double> out;
|
||||
|
||||
for(const Sensor& sensor : sensors)
|
||||
std::cout<<sensor.chip<<' '<<sensor.name<<": "<<sensor.reading;
|
||||
std::cout<<sensor.chip<<' '<<sensor.name<<": "<<sensor.reading<<'\n';
|
||||
|
||||
return out;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user