Skip to content

Commit

Permalink
Docs: Consistent whitespace in developers guide
Browse files Browse the repository at this point in the history
The example used a mix of whitespace and tabs to format the JSON
which made it appear poorly on my device.
  • Loading branch information
ErikDeSmedt committed Nov 21, 2023
1 parent 8aff6f7 commit 6ea4087
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6ea4087

Please sign in to comment.