Merge "Fixes to Special:BookSources form"
[lhc/web/wiklou.git] / includes / objectcache / RedisBagOStuff.php
index a9f5f8c..f9feaf9 100644 (file)
@@ -19,6 +19,7 @@
  *
  * @file
  */
+
 class RedisBagOStuff extends BagOStuff {
        /** @var RedisConnectionPool */
        protected $redisPool;