Completed
Push — master ( 4ef591...85b6c3 )
by
unknown
16s queued 13s
created
Subscriber/Frontend/FilterRender.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
126 126
         $extendedUrlParams = trim($this->pluginConfig('wbmExtendedURLParameter'));
127 127
         $headTag = '';
128 128
         if (!$this->pluginConfig('wbmTagManagerCookieConsent')) {
129
-            if($this->pluginConfig('wbmTagManagerPagespeed')){
129
+            if ($this->pluginConfig('wbmTagManagerPagespeed')) {
130 130
                 $headTag = file_get_contents($this->pluginDir . '/Resources/tags/pagespeed/head.html');
131 131
             } else {
132 132
                 $headTag = file_get_contents($this->pluginDir . '/Resources/tags/head.html');
Please login to merge, or discard this patch.