Passed
Branch v1 (319b10)
by Andrew
04:34
created
src/helpers/IAnalytics.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
     {
98 98
         if (InstantAnalytics::$commercePlugin) {
99 99
             if ($productVariant) {
100
-                 InstantAnalytics::$plugin->commerce->addCommerceProductDetailView($this, $productVariant);
100
+                    InstantAnalytics::$plugin->commerce->addCommerceProductDetailView($this, $productVariant);
101 101
             }
102 102
         } else {
103 103
             Craft::warning(
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
     {
122 122
         if (InstantAnalytics::$commercePlugin) {
123 123
             if ($orderModel) {
124
-                 InstantAnalytics::$plugin->commerce->addCommerceCheckoutStep($this, $orderModel, $step, $option);
124
+                    InstantAnalytics::$plugin->commerce->addCommerceCheckoutStep($this, $orderModel, $step, $option);
125 125
             }
126 126
         } else {
127 127
             Craft::warning(
Please login to merge, or discard this patch.