Skip to content

Commit d0226dd

Browse files
committed
style: normalize whitespace in plugin bootstrap
1 parent 1d8f3b3 commit d0226dd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

vmfa-editorial-workflow.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@
3737
}
3838

3939
// Update checker via GitHub releases.
40-
if ( ! class_exists( \Soderlind\WordPress\GitHubUpdater::class ) ) {
40+
if ( ! class_exists( \Soderlind\WordPress\GitHubUpdater::class) ) {
4141
require_once __DIR__ . '/class-github-updater.php';
4242
}
4343
\Soderlind\WordPress\GitHubUpdater::init(
44-
github_url: 'https://github.com/soderlind/vmfa-editorial-workflow',
44+
github_url: 'https://github.com/soderlind/vmfa-editorial-workflow',
4545
plugin_file: VMFA_EDITORIAL_WORKFLOW_FILE,
4646
plugin_slug: 'vmfa-editorial-workflow',
47-
name_regex: '/vmfa-editorial-workflow\.zip/',
48-
branch: 'main',
47+
name_regex: '/vmfa-editorial-workflow\.zip/',
48+
branch: 'main',
4949
);
5050

5151
/**

0 commit comments

Comments
 (0)