Fix whitespace

This commit is contained in:
nedko 2024-03-05 18:11:21 +02:00
parent 023b9a3100
commit 284824ef62

View File

@ -166,11 +166,11 @@ void calc_text(std::string& text, std::vector<Reading>& readings)
case Reading::reading_celsius:
text += "°C ";
break;
case Reading::reading_fahrenheit:
text += "°F ";
break;
default:
text += "???";
break;