Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 17:11:50 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-09 17:11:50 +0300
commitbcd13296def0ac8b8fb48067472f1019d5715895 (patch)
treeeab22a316ef3012a06d05a477f8ca235ce6e84b6 /apps/systemtags/appinfo
parenta8a06a82d2b93c17b3014f0d468f23239100ca10 (diff)
Make sure every file ends with an empty newline
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/systemtags/appinfo')
-rw-r--r--apps/systemtags/appinfo/app.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/systemtags/appinfo/app.php b/apps/systemtags/appinfo/app.php
index 3764ff4a88f..e4bf9b91fa4 100644
--- a/apps/systemtags/appinfo/app.php
+++ b/apps/systemtags/appinfo/app.php
@@ -69,4 +69,3 @@ $eventDispatcher->addListener(MapperEvent::EVENT_UNASSIGN, $mapperListener);
'name' => $l->t('Tags'),
];
});
-