style: fix indentation
This commit is contained in:
parent
f87ada6c15
commit
56872a04c4
1 changed files with 16 additions and 15 deletions
1
bin/cfg
1
bin/cfg
|
|
@ -388,6 +388,7 @@ case 'show':
|
||||||
}
|
}
|
||||||
$path = ($settings['key'] !== '') ? explode(':', $settings['key']) : [];
|
$path = ($settings['key'] !== '') ? explode(':', $settings['key']) : [];
|
||||||
verboseLog($verbose, 'write source: '.($inputPayload ? '--in' : 'SETTING'));
|
verboseLog($verbose, 'write source: '.($inputPayload ? '--in' : 'SETTING'));
|
||||||
|
|
||||||
if ($inputPayload)
|
if ($inputPayload)
|
||||||
{
|
{
|
||||||
$setting2write = $inputPayload;
|
$setting2write = $inputPayload;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue