]> git.mxchange.org Git - friendica.git/commitdiff
remove extraneous space
authorPhilipp Holzer <admin@philipp.info>
Sun, 21 Apr 2019 10:24:48 +0000 (12:24 +0200)
committerPhilipp Holzer <admin@philipp.info>
Sun, 21 Apr 2019 10:45:50 +0000 (12:45 +0200)
src/Core/Cache/AbstractCacheDriver.php

index ee67eb7bce7ab678a208ab251288fa8e1a632ecd..f238a7819cfc2a1d63181e9c78c11838f87ed4f6 100644 (file)
@@ -32,7 +32,7 @@ abstract class AbstractCacheDriver extends BaseObject
         */
        protected function getCacheKey($key)
        {
-               return  $this->getPrefix() . ":" . $key;
+               return $this->getPrefix() . ":" . $key;
        }
 
        /**