mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
src: whitespace sweep
This commit is contained in:
parent
2935f5689a
commit
d24ef0f940
@ -37,7 +37,7 @@ use \OPNsense\Base\IndexController;
|
||||
*/
|
||||
class AliasController extends IndexController
|
||||
{
|
||||
public function indexAction($selected=null)
|
||||
public function indexAction($selected = null)
|
||||
{
|
||||
// include dialog form definitions
|
||||
$this->view->formDialogAlias = $this->getForm("dialogEditAlias");
|
||||
|
||||
@ -203,6 +203,5 @@ class AliasController extends ApiMutableModelControllerBase
|
||||
} else {
|
||||
return array("status" => "failed");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user