From 2215433ed3a5e34d1ae099f98ffcd428bd303434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Ka=CC=88gy?= Date: Wed, 7 Feb 2024 17:02:48 +0100 Subject: [PATCH] fix whitespace --- phpunit/blocks/class-wp-navigation-block-renderer-test.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpunit/blocks/class-wp-navigation-block-renderer-test.php b/phpunit/blocks/class-wp-navigation-block-renderer-test.php index 6126827e90513..95f75e4622505 100644 --- a/phpunit/blocks/class-wp-navigation-block-renderer-test.php +++ b/phpunit/blocks/class-wp-navigation-block-renderer-test.php @@ -104,9 +104,9 @@ public function test_gutenberg_block_not_automatically_wrapped_with_li_tag() { } /** - * Test that a block can be added to the list of blocks which require a wrapping list item. - * This allows extenders to opt in to the rendering behavior of the Navigation block - * which helps to preserve accessible markup. + * Test that a block can be added to the list of blocks which require a wrapping list item. + * This allows extenders to opt in to the rendering behavior of the Navigation block + * which helps to preserve accessible markup. * * @group navigation-renderer *