style: fix indentation

This commit is contained in:
norb 2026-03-30 16:57:58 +02:00
commit 56872a04c4
Signed by: norb
GPG key ID: 07FD40171026409B

View file

@ -379,7 +379,7 @@ case 'show':
echo $out.PHP_EOL;
break;
case 'write':
case 'write':
$inputPayload = $argv->find('in');
if (!$inputPayload && $settings['key'] === '')
{
@ -388,6 +388,7 @@ case 'show':
}
$path = ($settings['key'] !== '') ? explode(':', $settings['key']) : [];
verboseLog($verbose, 'write source: '.($inputPayload ? '--in' : 'SETTING'));
if ($inputPayload)
{
$setting2write = $inputPayload;