Fixed formating

This commit is contained in:
Gregory Oschwald 2013-05-09 15:23:37 -07:00
parent ec116a2c29
commit 84743398c5

View File

@ -180,7 +180,8 @@ class Client
);
}
private function baseUri() {
private function baseUri()
{
return 'https://' . $this->host . '/geoip/v2.0';
}
}