Skip to content

Commit

Permalink
Fix autoformatted indents
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jul 7, 2024
1 parent edce8c1 commit 7a8669d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Writerside/topics/core/Commands.topic
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@

<code-block lang="kotlin" collapsible="true" collapsed-title="Example Arguments subclass">
inner class MyArguments : Arguments() {
val target by user {
name = "target"
description = "Target user"
}
val target by user {
name = "target"
description = "Target user"
}
}
</code-block>

Expand Down

0 comments on commit 7a8669d

Please sign in to comment.