Skip to content

Commit 7f70c93

Browse files
splitbraingithub-actions[bot]
authored andcommitted
🤖 Automatic code style fixes
1 parent e303766 commit 7f70c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎types/Dropdown.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function valueEditor($name, $rawvalue, $htmlID)
5151
}
5252
$html .= '</select>';
5353

54-
if ($this->config['combobox']){
54+
if ($this->config['combobox']) {
5555
$html = "<vanilla-combobox>$html</vanilla-combobox>";
5656
}
5757

@@ -90,7 +90,7 @@ public function multiValueEditor($name, $rawvalues, $htmlID)
9090
$html .= '</select> ';
9191
$html .= '<small>' . $this->getLang('multidropdown') . '</small>';
9292

93-
if ($this->config['combobox']){
93+
if ($this->config['combobox']) {
9494
$html = "<vanilla-combobox>$html</vanilla-combobox>";
9595
}
9696

0 commit comments

Comments
 (0)