summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2023-09-28 12:39:06 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2023-10-01 10:28:29 +0200
commite6f5edbb0c1c83f32cefd77a004d250543a77fc9 (patch)
treea9e4ba67b8188964e2b28703a0bbd24dcde51a1b /lib
parent2c7ffa881d5dc856c7371872f8d5c9ed696d7be5 (diff)
fix whitespace
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugin/Client/Plugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugin/Client/Plugin.php b/lib/Plugin/Client/Plugin.php
index d96d306e6..66252916c 100644
--- a/lib/Plugin/Client/Plugin.php
+++ b/lib/Plugin/Client/Plugin.php
@@ -15,7 +15,7 @@ namespace OCA\News\Plugin\Client;
/**
* TODO: remove this? it seems old.. there is no global list of plugins anymore and seems like plugins register themselves
- *
+ *
* We actually really want to avoid this global list of plugins. A way would be
* for News plugin apps to register themselves in a special database table
* and the News app would just pull out the scripts that should be attached