Skip to content

Commit 014ed47

Browse files
committed
style: fix code style
1 parent 2ae5e93 commit 014ed47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

system/View/View.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ public function render(string $view, ?array $options = null, ?bool $saveData = n
216216
$this->renderVars['file'] = $this->viewPath . $this->renderVars['view'];
217217
}
218218

219-
220219
if (! is_file($this->renderVars['file'])) {
221220
$this->renderVars['file'] = $this->loader->locateFile(
222221
$this->renderVars['view'],

0 commit comments

Comments
 (0)