Completed
Push — master ( 442a8f...ffc898 )
by David
01:57
created
Services/TagManagerVariables.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@
 block discarded – undo
195 195
             return $compiler->compileString($string);
196 196
         } catch (\Exception $exception) {
197 197
             return json_encode([
198
-               'error' => sprintf('Error while compiling the dataLayer: %s', $exception->getMessage()),
198
+                'error' => sprintf('Error while compiling the dataLayer: %s', $exception->getMessage()),
199 199
             ]);
200 200
         }
201 201
     }
Please login to merge, or discard this patch.