Completed
Push — master ( 235efc...44f214 )
by Yannick
29:36
created
require/class.Weather.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,9 @@
 block discarded – undo
63 63
 	
64 64
 	public function nomad_wind($hour = '') {
65 65
 		global $globalWindsPath;
66
-		if ($hour == '') $hour = date('G');
66
+		if ($hour == '') {
67
+			$hour = date('G');
68
+		}
67 69
 		if (isset($globalWindsPath) && $globalWindsPath != '') {
68 70
 			$grib2json = $globalWindsPath['grib2json'];
69 71
 			$windpathsrc = $globalWindsPath['source'];
Please login to merge, or discard this patch.