Skip to content

Commit b2c8102

Browse files
committed
Code-style patch.
1 parent 4f20997 commit b2c8102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FrontEnd.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ public function view(string $Page = ''): void
13161316
isset($this->Loader->ConfigurationDefaults[$CatKey][$DirKey]['default']) && $this->Loader->Request->inCsv(
13171317
$ChoiceKey . ':' . $DirValue['ThisLabelKey'],
13181318
$this->Loader->ConfigurationDefaults[$CatKey][$DirKey]['default']
1319-
) ? 'true' : 'false',
1319+
) ? 'true' : 'false'
13201320
);
13211321
}
13221322
$ThisDir['FieldOut'] .= sprintf(
@@ -1343,7 +1343,7 @@ public function view(string $Page = ''): void
13431343
isset($this->Loader->ConfigurationDefaults[$CatKey][$DirKey]['default']) && $this->Loader->Request->inCsv(
13441344
$ChoiceKey,
13451345
$this->Loader->ConfigurationDefaults[$CatKey][$DirKey]['default']
1346-
) ? 'true' : 'false',
1346+
) ? 'true' : 'false'
13471347
);
13481348
}
13491349
} elseif (isset($DirValue['style']) && $DirValue['style'] === 'radio') {

0 commit comments

Comments
 (0)