Skip to content

Commit 182cc77

Browse files
Fix linting errors
1 parent f4b0aac commit 182cc77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/theme/wpThemeJson.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ public function test_get_stylesheet() {
522522
),
523523
'dimensions' => array(
524524
'minHeight' => '50vh',
525-
'width' => 'var:preset|dimension|large',
525+
'width' => 'var:preset|dimension|large',
526526
),
527527
'elements' => array(
528528
'link' => array(

0 commit comments

Comments
 (0)