Passed
Push — release-2.1 ( 859b2c...bb7f39 )
by Mathias
06:54 queued 13s
created
Sources/Profile-View.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -742,7 +742,7 @@
 block discarded – undo
742 742
 				'icon' => 'move',
743 743
 			),
744 744
 			'quickmod' => array(
745
-    			'class' => 'inline_mod_check',
745
+				'class' => 'inline_mod_check',
746 746
 				'content' => '<input type="checkbox" name="mark[' . $id . ']" value="' . $id . '">',
747 747
 				'show' => $context['showCheckboxes']
748 748
 			)
Please login to merge, or discard this patch.