Passed
Push — master ( 73f50c...734467 )
by Dmitrijs
02:29
created
src/widgets/Card.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -209,7 +209,7 @@
 block discarded – undo
209 209
         }
210 210
 
211 211
         if ($this->tabs) {
212
-             $html .= $this->renderTabsItem();
212
+                $html .= $this->renderTabsItem();
213 213
         }
214 214
 
215 215
         // Add card reveal tag
Please login to merge, or discard this patch.