mirror of
git://develop.git.wordpress.org/
synced 2025-02-07 08:04:27 +01:00
Coding Standards: Remove extra space in REST API plugins controller test class.
This fixes a WPCS error: * `Tabs must be used to indent lines; spaces are not allowed` Follow-up to [54301]. See #56629. git-svn-id: https://develop.svn.wordpress.org/trunk@54302 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3574efb146
commit
5f5978f606
@ -91,7 +91,7 @@ class WP_REST_Plugins_Controller_Test extends WP_Test_REST_Controller_Testcase {
|
||||
unlink( DIR_TESTDATA . '/link-manager.zip' );
|
||||
}
|
||||
|
||||
if ( file_exists( WP_PLUGIN_DIR . '/link-manager/link-manager.php' ) ) {
|
||||
if ( file_exists( WP_PLUGIN_DIR . '/link-manager/link-manager.php' ) ) {
|
||||
$this->rmdir( WP_PLUGIN_DIR . '/link-manager' );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user