Skip to content

Commit 8d01738

Browse files
authored
Merge pull request #738 from cosmocode/bot/autofix
🤖 Automatic code style fixes
2 parents e303766 + 7f70c93 commit 8d01738

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)