Skip to content

Commit 7c6c8e3

Browse files
committed
format
1 parent 4cb22b4 commit 7c6c8e3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/Materialize.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function renderInput() {
7979
if ($this->type != 'bool') {
8080
ob_start();
8181
echo $this->label;
82-
echo ' ';
82+
echo ' ';
8383
if ($this->helptext) {
8484
echo $this->tag('i', array(
8585
'class' => 'fas fa-question-circle',
@@ -92,8 +92,7 @@ public function renderInput() {
9292
?>
9393
</div>
9494
</div>
95-
<?php
95+
<?php
9696
return ob_get_clean();
9797
}
98-
9998
}

0 commit comments

Comments
 (0)