Skip to content

Commit ac3553c

Browse files
committed
linting errors
1 parent 8cc6c1d commit ac3553c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

themes/osi/single.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@
1919
} else {
2020
get_template_part( 'template-parts/breadcrumbs' );
2121
}
22-
22+
2323
while ( have_posts() ) :
2424
the_post();
25-
2625
get_template_part( 'template-parts/content', get_post_type() );
27-
2826
endwhile; // End of the loop.
2927
?>
3028
</section>

0 commit comments

Comments
 (0)