Skip to content

Commit 4f452c1

Browse files
chore: format
1 parent 22bf120 commit 4f452c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/gutenberg/feedzy-rss-feeds-loop-block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function render_callback( $attributes, $content ) {
172172
foreach ( $feed_items as $key => $item ) {
173173
$loop .= apply_filters( 'feedzy_loop_item', $content, $item );
174174
}
175-
175+
176176
return sprintf(
177177
'<div %1$s>%2$s</div>',
178178
$wrapper_attributes = get_block_wrapper_attributes(

0 commit comments

Comments
 (0)