summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/routes.php
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2012-11-29 18:30:02 +0100
committerJörn Friedrich Dreyer <jfd@butonic.de>2012-11-29 18:33:15 +0100
commit3b83fe153062508d4a4d70958ad1a5281eaab81e (patch)
tree30f12d25c179e9c40425c6a37686412ff1854c05 /apps/files/appinfo/routes.php
parentc38a75e03f9db02b82e71472d2f719079eb44829 (diff)
downloadnextcloud-server-3b83fe153062508d4a4d70958ad1a5281eaab81e.tar.gz
nextcloud-server-3b83fe153062508d4a4d70958ad1a5281eaab81e.zip
fix checkstyle for files app
Diffstat (limited to 'apps/files/appinfo/routes.php')
-rw-r--r--apps/files/appinfo/routes.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php
index e1ab560803d..043782a9c04 100644
--- a/apps/files/appinfo/routes.php
+++ b/apps/files/appinfo/routes.php
@@ -8,5 +8,4 @@
$this->create('download', 'download{file}')
->requirements(array('file' => '.*'))
- ->actionInclude('files/download.php');
-
+ ->actionInclude('files/download.php'); \ No newline at end of file