From 84743398c5f9ac0270a9812289feacea44f3bcf1 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Thu, 9 May 2013 15:23:37 -0700 Subject: [PATCH] Fixed formating --- src/GeoIP2/Webservice/Client.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/GeoIP2/Webservice/Client.php b/src/GeoIP2/Webservice/Client.php index f6ec6fb..7d724c0 100644 --- a/src/GeoIP2/Webservice/Client.php +++ b/src/GeoIP2/Webservice/Client.php @@ -180,7 +180,8 @@ class Client ); } - private function baseUri() { + private function baseUri() + { return 'https://' . $this->host . '/geoip/v2.0'; } }