From 6ea4087cbdcbe795cc3d9d00ebbc798d996efdbb Mon Sep 17 00:00:00 2001 From: Erik De Smedt Date: Tue, 21 Nov 2023 13:04:59 +0100 Subject: [PATCH] Docs: Consistent whitespace in developers guide The example used a mix of whitespace and tabs to format the JSON which made it appear poorly on my device. --- .../plugin-development/a-day-in-the-life-of-a-plugin.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/developers-guide/plugin-development/a-day-in-the-life-of-a-plugin.md b/doc/developers-guide/plugin-development/a-day-in-the-life-of-a-plugin.md index ca80b9b77e23..82450f10f65d 100644 --- a/doc/developers-guide/plugin-development/a-day-in-the-life-of-a-plugin.md +++ b/doc/developers-guide/plugin-development/a-day-in-the-life-of-a-plugin.md @@ -45,7 +45,7 @@ The `getmanifest` method is required for all plugins and will be called on start "default": "World", "description": "What name should I call you?", "deprecated": false, - "dynamic": false + "dynamic": false } ], "rpcmethods": [ @@ -78,8 +78,8 @@ The `getmanifest` method is required for all plugins and will be called on start }, "notifications": [ { - "method": "mycustomnotification" - } + "method": "mycustomnotification" + } ], "custommessages": [ 11008, 11010