Completed
Push — master ( 38fa9e...091689 )
by Arman
47s queued 21s
created
src/Mvc/QtView.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
             Debugger::updateStoreCell(Debugger::ROUTES, LogLevel::INFO, ['View' => current_module() . '/Views/' . $view]);
170 170
         }
171 171
 
172
-        if(!empty($this->assets)) {
172
+        if (!empty($this->assets)) {
173 173
             AssetManager::getInstance()->register($this->assets);
174 174
         }
175 175
 
Please login to merge, or discard this patch.