summaryrefslogtreecommitdiffstats
path: root/lib/Db/FeedType.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/FeedType.php')
-rw-r--r--lib/Db/FeedType.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Db/FeedType.php b/lib/Db/FeedType.php
index a8ae887f6..23adbefb3 100644
--- a/lib/Db/FeedType.php
+++ b/lib/Db/FeedType.php
@@ -13,7 +13,6 @@
namespace OCA\News\Db;
-
class FeedType
{
const FEED = 0;
@@ -22,4 +21,4 @@ class FeedType
const SUBSCRIPTIONS = 3;
const SHARED = 4;
const EXPLORE = 5;
-} \ No newline at end of file
+}