Browse Source

Update View.php

White space corrections
DiogoRMax 8 years ago
parent
commit
8d9757fd4b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/View/View.php

+ 2 - 1
src/View/View.php

@@ -1491,9 +1491,10 @@ class View implements EventDispatcherInterface
         if (isset($options['cache']['key'], $options['cache']['config'])) {
             $cache = $options['cache'];
             $cache['key'] = 'element_' . $cache['key'];
+
             return $cache;
         }
-        
+
         $plugin = null;
         list($plugin, $name) = $this->pluginSplit($name);