Coding Standards: Apply an alignment fix.

Follow up to [51021].

See #53246.

git-svn-id: https://develop.svn.wordpress.org/trunk@51093 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-06-08 13:21:41 +00:00
parent 38d47a9979
commit 5cd6bfe2e0

View File

@@ -23,7 +23,7 @@ class WP_REST_Pattern_Directory_Controller extends WP_REST_Controller {
* Constructs the controller.
*/
public function __construct() {
$this->namespace = 'wp/v2';
$this->namespace = 'wp/v2';
$this->rest_base = 'pattern-directory';
}