Skip to content

Commit 8e4254f

Browse files
committed
cleaning the shitespaces
1 parent 789eb5a commit 8e4254f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/WundergroundClientPlainDemo/WundergroundClientPlainDemo.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ void setup() {
9292
void loop() {
9393

9494
if ((millis() % (60 * 1000)) == 0) { // just call once a minute @see: https://www.wunderground.com/weather/api/d/pricing.html
95-
Serial.println();
96-
Serial.println("\n\nNext Loop-Step: " + String(millis()) + ":");
95+
Serial.println();
96+
Serial.println("\n\nNext Loop-Step: " + String(millis()) + ":");
9797
wunderground.updateConditions(WUNDERGRROUND_API_KEY, WUNDERGRROUND_LANGUAGE, WUNDERGROUND_ZMW_CODE);
9898

99-
99+
100100
Serial.println("wundergroundHours: " + wunderground.getHours());
101101
Serial.println("wundergroundMinutes: " + wunderground.getMinutes());
102102
Serial.println("wundergroundSeconds: " + wunderground.getSeconds());

0 commit comments

Comments
 (0)