Skip to content

Commit 8ebaf85

Browse files
committed
remove whitespace for consistency
1 parent 099f564 commit 8ebaf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/style-engine/class-wp-style-engine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ public function get_block_supports_styles( $block_styles, $options ) {
436436
$styles_output['declarations'] = $css_declarations->get_declarations();
437437
// Return an entire rule if there is a selector.
438438
if ( $css_selector ) {
439-
$styles_output['css'] = $css_selector . ' { ' . $css . ' }';
439+
$styles_output['css'] = $css_selector . '{' . $css . '}';
440440
}
441441
}
442442

0 commit comments

Comments
 (0)