Commit 1454f5da authored by Franco Fichtner's avatar Franco Fichtner

src: style and whitespace sweep

parent 1311dcbf
......@@ -28,7 +28,6 @@
*/
namespace OPNsense\Base;
/**
* Class ApiControllerBase, inherit this class to implement API calls
* @package OPNsense\Base
......
......@@ -215,5 +215,4 @@ class ControllerBase extends ControllerRoot
// append ACL object to view
$this->view->acl = new \OPNsense\Core\ACL();
}
}
......@@ -227,4 +227,3 @@ class RuleCache(object):
result.append(record[0])
return sorted(result)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment