Build/Test Tools: Add missing newline character on unit tests files after [54443].

Follow-up to [54443].

See #56611.


git-svn-id: https://develop.svn.wordpress.org/trunk@54444 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-10-10 15:01:03 +00:00
parent 22f5f109bc
commit db94aaa31c
2 changed files with 2 additions and 2 deletions

View File

@ -3997,4 +3997,4 @@ class Tests_Theme_wpThemeJson extends WP_UnitTestCase {
), ),
); );
} }
} }

View File

@ -452,4 +452,4 @@ class Tests_Theme_wpThemeJsonResolver extends WP_UnitTestCase {
$this->assertIsArray( $post2 ); $this->assertIsArray( $post2 );
$this->assertSameSets( array(), $post2 ); $this->assertSameSets( array(), $post2 );
} }
} }