Skip to content

Commit a273546

Browse files
committed
Remove extra whitespace
1 parent b0a78a8 commit a273546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function register_theme($config) {
3737
]);
3838
}
3939

40-
function get_plugin($name, $theme = false) {
40+
function get_plugin($name, $theme = false) {
4141
foreach (framework::$state->plugins as $plugin) {
4242
if ($plugin->name === $name && ($plugin->is_theme ?? false) === $theme) {
4343
return $plugin;

0 commit comments

Comments
 (0)