summary refs log tree commit diff
path: root/src/plugins/example-plugin/plugin.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/example-plugin/plugin.json')
-rw-r--r--src/plugins/example-plugin/plugin.json14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/plugins/example-plugin/plugin.json b/src/plugins/example-plugin/plugin.json
index f6c1b7ff..4db01152 100644
--- a/src/plugins/example-plugin/plugin.json
+++ b/src/plugins/example-plugin/plugin.json
@@ -1,10 +1,8 @@
 {
-    "id": "example-plugin",
-    "name": "Fosscord example plugin",
-    "authors": [
-        "The Arcane Brony"
-    ],
-    "repository": "https://github.com/fosscord/fosscord-server",
-    "license": "",
-    "mainClass": "TestPlugin"
+	"id": "example-plugin",
+	"name": "Fosscord example plugin",
+	"authors": ["The Arcane Brony"],
+	"repository": "https://github.com/fosscord/fosscord-server",
+	"license": "",
+	"mainClass": "TestPlugin"
 }