aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-16 14:32:43 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-18 17:53:58 +0100
commit2f30a71b1933e28efd6eaff0b9a453e0e4158b2c (patch)
treeb3c6852efb4801a5dfe642992d6fff19bc1ed091
parent85e4febc24591ad8f5c531164ee4a73c0ae1cae9 (diff)
downloadnextcloud-server-2f30a71b1933e28efd6eaff0b9a453e0e4158b2c.tar.gz
nextcloud-server-2f30a71b1933e28efd6eaff0b9a453e0e4158b2c.zip
make sure files end with emtpy line
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--apps/twofactor_backupcodes/appinfo/app.php2
-rw-r--r--apps/twofactor_backupcodes/appinfo/routes.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/twofactor_backupcodes/appinfo/app.php b/apps/twofactor_backupcodes/appinfo/app.php
index 3d830f57640..0cb10531360 100644
--- a/apps/twofactor_backupcodes/appinfo/app.php
+++ b/apps/twofactor_backupcodes/appinfo/app.php
@@ -22,4 +22,4 @@
// @codeCoverageIgnoreStart
OC_App::registerPersonal('twofactor_backupcodes', 'settings/personal');
-// @codeCoverageIgnoreEnd \ No newline at end of file
+// @codeCoverageIgnoreEnd
diff --git a/apps/twofactor_backupcodes/appinfo/routes.php b/apps/twofactor_backupcodes/appinfo/routes.php
index dbfced08c92..0119bfd0b08 100644
--- a/apps/twofactor_backupcodes/appinfo/routes.php
+++ b/apps/twofactor_backupcodes/appinfo/routes.php
@@ -34,4 +34,4 @@ return [
],
]
];
-// @codeCoverageIgnoreEnd \ No newline at end of file
+// @codeCoverageIgnoreEnd