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 b3bf963 commit fcb2fef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docgen/docgen.lua
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,10 @@ docgen.generators = {
vim.list_extend(layout, description)
table.insert(layout, string.format("- Maps to: `%s`", data.rhs))
if mnemonic then
table.insert(layout, string.format("- Mnemonic: <code>%s</code>", docgen.format_mnemonic(mnemonic)))
table.insert(
layout,
string.format("- Mnemonic: <code>%s</code>", docgen.format_mnemonic(mnemonic))
)
end
table.insert(layout, "")
table.insert(layout, "</details>")
Expand Down

0 comments on commit fcb2fef

Please sign in to comment.