Passed
Push — master ( 40f1a9...761f2f )
by Warwick
05:34 queued 12s
created
templates/taxonomy-recipe-type.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
21 21
 				<div class="row">
22 22
 					<?php if ( have_posts() ) : ?>
23 23
 						<?php
24
-						while ( have_posts() ) :
25
-							the_post();
26
-							?>
24
+                              while ( have_posts() ) :
25
+                                   the_post();
26
+                                   ?>
27 27
 
28 28
 							<?php include LSX_HEALTH_PLAN_PATH . '/templates/content-archive-recipe.php'; ?>
29 29
 
Please login to merge, or discard this patch.