Skip to content

Commit 52b3cd0

Browse files
committed
Added missing newline, closes #31.
1 parent 87e0913 commit 52b3cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/WeatherHistory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141

4242
foreach ($history as $weather) {
4343
echo "Average temperature at " . $weather->time->format('d.m.Y H:i') . ": " . $weather->temperature . "\n\r<br />";
44-
}
44+
}

0 commit comments

Comments
 (0)