summaryrefslogtreecommitdiffstats
path: root/lib/Service/ServiceException.php
diff options
context:
space:
mode:
authorSean Molenaar <sean@m2mobi.com>2018-11-29 20:59:46 +0100
committerSean Molenaar <sean@m2mobi.com>2018-12-14 07:54:43 +0100
commitbecce6b7520912257c3d72697a3aefec9923a467 (patch)
treea2e0da34df11ade7c630e9b681fac6d3b2383918 /lib/Service/ServiceException.php
parent0f2645145ac31ad77788954c513f391bc4fbb295 (diff)
Define an official codestyle and adhere to it.
Diffstat (limited to 'lib/Service/ServiceException.php')
-rw-r--r--lib/Service/ServiceException.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Service/ServiceException.php b/lib/Service/ServiceException.php
index 4d17dd155..ef1aa1102 100644
--- a/lib/Service/ServiceException.php
+++ b/lib/Service/ServiceException.php
@@ -13,7 +13,6 @@
namespace OCA\News\Service;
-
class ServiceException extends \Exception
{
@@ -26,5 +25,4 @@ class ServiceException extends \Exception
{
parent::__construct($msg);
}
-
-} \ No newline at end of file
+}