Completed
Push — master ( 8d67df...1d95ec )
by Vojta
02:13
created
reportwidgets/AccessLogChartLineAggregated.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,7 @@
 block discarded – undo
24 24
     {
25 25
         try {
26 26
             $this->vars['all'] = $this->loadData();
27
-        }
28
-        catch (Exception $ex) {
27
+        } catch (Exception $ex) {
29 28
             $this->vars['error'] = $ex->getMessage();
30 29
             $this->vars['all'] = '';
31 30
         }
Please login to merge, or discard this patch.