mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
plugins: trailing whitespace
This commit is contained in:
parent
589d57028b
commit
c9e78e2cd1
@ -145,8 +145,7 @@ if (isset($opts['h'])) {
|
||||
$cmd = array_shift($args);
|
||||
$result = plugins_run($cmd, $args);
|
||||
if (!empty($result)) {
|
||||
$response = json_encode($result, JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT);
|
||||
echo $response;
|
||||
echo json_encode($result, JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT) . PHP_EOL;
|
||||
}
|
||||
} elseif (isset($opts['g'])) {
|
||||
echo get_config_prop($args[0]) . PHP_EOL;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user