chore(lint): run pint (#3075)

This commit is contained in:
Brandon
2022-07-12 11:29:07 -05:00
committed by GitHub
parent 8192a15e50
commit d488b670c0
2 changed files with 9 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
|
*/
if (! file_exists($composer = __DIR__ . '/vendor/autoload.php')) {
if (! file_exists($composer = __DIR__.'/vendor/autoload.php')) {
wp_die(__('Error locating autoloader. Please run <code>composer install</code>.', 'sage'));
}