Passed
Push — master ( 98c276...7e4aad )
by Mark
47s
created
action.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
             $alt = $geotags['alt'] ?? 0;
153 153
             if (!empty($alt)) {
154 154
                 // facebook expects feet...
155
-                $alt                   *= 3.2808;
155
+                $alt *= 3.2808;
156 156
                 $event->data['meta'][] = ['property' => 'place:location:altitude', 'content'  => $alt];
157 157
             }
158 158
             /* these are not valid for the GeoPoint type..
Please login to merge, or discard this patch.