Skip to content

Commit

Permalink
chore: autoformat with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro authored and github-actions[bot] committed Jul 16, 2024
1 parent c087db0 commit b152505
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docgen/docgen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -615,10 +615,7 @@ docgen.generators = {
table.insert(layout, description)
table.insert(layout, string.format(" - Default map: `%s`", data.rhs))
if mnemonic then
table.insert(
layout,
string.format("- Mnemonic: %s", docgen.format_mnemonic(mnemonic))
)
table.insert(layout, string.format("- Mnemonic: %s", docgen.format_mnemonic(mnemonic)))
end
table.insert(layout, "")
table.insert(layout, "</details>")
Expand Down

0 comments on commit b152505

Please sign in to comment.