Skip to content

Commit b598a16

Browse files
committed
[CLEANUP] Autoformat the code
1 parent cb68684 commit b598a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Geocoding/GeoCalculator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function calculateDistanceInKilometers(Geo $object1, Geo $object2): float
6363

6464
return \acos(
6565
\sin($latitude1) * \sin($latitude2)
66-
+ \cos($latitude1) * \cos($latitude2) * \cos($longitude2 - $longitude1),
66+
+ \cos($latitude1) * \cos($latitude2) * \cos($longitude2 - $longitude1)
6767
) * self::EARTH_RADIUS_IN_KILOMETERS;
6868
}
6969

0 commit comments

Comments
 (0)