Skip to content

Commit

Permalink
Fix whitespaces and unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
majentsch committed May 7, 2015
1 parent 32da02c commit cab198e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Expand Up @@ -9,13 +9,6 @@
use Icinga\Web\Url;
use Icinga\Web\Widget\Tabextension\DashboardAction;


/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/

/**
* Display detailed information about a downtime
*/
Expand Down Expand Up @@ -58,6 +51,7 @@ public function init()
'host_display_name',
'service_display_name'
))->addFilter($this->filter)->getQuery()->fetchAll();

if (false === $this->downtimes) {
throw new Zend_Controller_Action_Exception(
$this->translate('Downtime not found')
Expand Down
Expand Up @@ -29,5 +29,5 @@
)
) ?>
</div>
</p>
</p>
</div>

0 comments on commit cab198e

Please sign in to comment.