Skip to content

Commit 9d84180

Browse files
committed
Fix cs
1 parent cbf4f5e commit 9d84180

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Geocoder/Tests/Provider/GoogleMapsBusinessProviderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function testBuildQueryWithNoPrivateKey()
2828

2929
$query = 'http://maps.googleapis.com/maps/api/geocode/json?address=blah&sensor=false';
3030

31-
3231
$this->assertEquals($query.'&client=foo', $method->invoke($provider, $query));
3332
}
3433

0 commit comments

Comments
 (0)