Fix code style

This commit is contained in:
Ilya Stromberg 2013-07-11 19:35:23 +04:00
parent 15e89ad4d3
commit 8f4b4ed970

View File

@ -17,8 +17,9 @@ class StatsCache {
$this->debug = $debug;
if (! $config['memcache']['enabled'] ) {
$this->debug->append("Not storing any values in memcache");
} else {
$this->cache = new Memcached();
}
else { $this->cache = new Memcached(); }
}
/**