Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
commit9e5cae9504c6552900c287ae9db53d82b7329332 (patch)
treefaf4b53f894acb45d24c9f2c1b8698d52d730cfa /plugins/UserCountry/LocationProvider
parentd9adcfe6169c6c10059a670f2ed984908eb4e105 (diff)
reduced multiple empty lines to exactly one
Diffstat (limited to 'plugins/UserCountry/LocationProvider')
-rwxr-xr-xplugins/UserCountry/LocationProvider/GeoIp/Php.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/UserCountry/LocationProvider/GeoIp/Php.php b/plugins/UserCountry/LocationProvider/GeoIp/Php.php
index eaf8083a8a..1bbf781d4f 100755
--- a/plugins/UserCountry/LocationProvider/GeoIp/Php.php
+++ b/plugins/UserCountry/LocationProvider/GeoIp/Php.php
@@ -8,7 +8,6 @@
*/
namespace Piwik\Plugins\UserCountry\LocationProvider\GeoIp;
-
use Piwik\Log;
use Piwik\Piwik;
use Piwik\Plugins\UserCountry\LocationProvider\GeoIp;