Skip to content

Commit 6f5d593

Browse files
authored
Merge pull request #197 from maxmind/greg/fix-lint
Fix incorrect whitespace
2 parents 35b9023 + 77083e8 commit 6f5d593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/GeoIp2/Test/WebService/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ private function response(
472472
$headers['Content-Length'] = \strlen($body);
473473
}
474474

475-
return [$status, $headers, $body];
475+
return [$status, $headers, $body];
476476
}
477477

478478
private function makeRequest(

0 commit comments

Comments
 (0)