Skip to content

Commit 23d1a5d

Browse files
authored
Fix coding standards
remove trailing whitespace on line 274
1 parent c6284a0 commit 23d1a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/class-wp-styles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public function do_item( $handle, $group = false ) {
271271
$tag .= $rtl_tag;
272272
}
273273
}
274-
274+
275275
if ( 'rtl' !== $this->text_direction && isset( $obj->extra['ltr'] ) && $obj->extra['ltr'] ) {
276276
if ( is_bool( $obj->extra['ltr'] ) || 'replace' === $obj->extra['ltr'] ) {
277277
$suffix = isset( $obj->extra['suffix'] ) ? $obj->extra['suffix'] : '';

0 commit comments

Comments
 (0)