summaryrefslogtreecommitdiffstats
path: root/lib/Service/ServiceNotFoundException.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2019-01-28 22:32:49 +0100
committerGitHub <noreply@github.com>2019-01-28 22:32:49 +0100
commit9cd871983a368752d122a73da244606bdeba312f (patch)
treed1882e1e677d7cee12926e5688ccfbfd31a505f5 /lib/Service/ServiceNotFoundException.php
parent31b2f194af74bdba60bdd2640e5fc47340157795 (diff)
parentbecce6b7520912257c3d72697a3aefec9923a467 (diff)
Merge pull request #382 from SMillerDev/codestyle_psr2
Define an official codestyle and adhere to it.
Diffstat (limited to 'lib/Service/ServiceNotFoundException.php')
-rw-r--r--lib/Service/ServiceNotFoundException.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Service/ServiceNotFoundException.php b/lib/Service/ServiceNotFoundException.php
index 5c831775b..65ba092d7 100644
--- a/lib/Service/ServiceNotFoundException.php
+++ b/lib/Service/ServiceNotFoundException.php
@@ -13,7 +13,6 @@
namespace OCA\News\Service;
-
class ServiceNotFoundException extends ServiceException
{
@@ -26,5 +25,4 @@ class ServiceNotFoundException extends ServiceException
{
parent::__construct($msg);
}
-
-} \ No newline at end of file
+}