Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 6, 2024
1 parent 16ad6d3 commit f778a92
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/MIGRATION_GUIDE_0.15.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ In order to the REPL options can be more extensible, a new `replOptions` broker
module.exports = {
replDelimiter: "mol # ",
replCommands: [
{
command: "hello <name>",
action(broker, args) {
// ...
}
}
]
{
command: "hello <name>",
action(broker, args) {
// ...
}
}
]
}
```

Expand Down

0 comments on commit f778a92

Please sign in to comment.