summaryrefslogtreecommitdiffstats
path: root/lib/Http/TextDownloadResponse.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Http/TextDownloadResponse.php')
-rw-r--r--lib/Http/TextDownloadResponse.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Http/TextDownloadResponse.php b/lib/Http/TextDownloadResponse.php
index 23eec82b6..6a0f72e0c 100644
--- a/lib/Http/TextDownloadResponse.php
+++ b/lib/Http/TextDownloadResponse.php
@@ -15,7 +15,6 @@ namespace OCA\News\Http;
use \OCP\AppFramework\Http\DownloadResponse;
-
/**
* Prompts the user to download the a text file
*/
@@ -49,6 +48,4 @@ class TextDownloadResponse extends DownloadResponse
{
return $this->content;
}
-
-
}