diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:11:50 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:11:50 +0200 |
commit | bcd13296def0ac8b8fb48067472f1019d5715895 (patch) | |
tree | eab22a316ef3012a06d05a477f8ca235ce6e84b6 /apps/theming/appinfo | |
parent | a8a06a82d2b93c17b3014f0d468f23239100ca10 (diff) | |
download | nextcloud-server-bcd13296def0ac8b8fb48067472f1019d5715895.tar.gz nextcloud-server-bcd13296def0ac8b8fb48067472f1019d5715895.zip |
Make sure every file ends with an empty newline
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r-- | apps/theming/appinfo/app.php | 2 | ||||
-rw-r--r-- | apps/theming/appinfo/routes.php | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/apps/theming/appinfo/app.php b/apps/theming/appinfo/app.php index 114ff60ba53..c942a85bc75 100644 --- a/apps/theming/appinfo/app.php +++ b/apps/theming/appinfo/app.php @@ -57,4 +57,4 @@ $linkToJs = \OC::$server->getURLGenerator()->linkToRoute( 'src' => $linkToJs, 'nonce' => \OC::$server->getContentSecurityPolicyNonceManager()->getNonce() ], '' -);
\ No newline at end of file +); diff --git a/apps/theming/appinfo/routes.php b/apps/theming/appinfo/routes.php index fe7a5a94659..13196662eb0 100644 --- a/apps/theming/appinfo/routes.php +++ b/apps/theming/appinfo/routes.php @@ -84,4 +84,3 @@ return ['routes' => [ 'requirements' => ['image' => '.+'] ], ]]; - |