Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit d95c4ce

Browse files
chore: format source code
1 parent be85768 commit d95c4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/doom/modules/langs/html/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ html.autocmds = {
2323
local null_ls = require("null-ls")
2424

2525
langs_utils.use_null_ls_source({
26-
null_ls.builtins.formatting.tidy
26+
null_ls.builtins.formatting.tidy,
2727
})
2828
end
2929
end),

0 commit comments

Comments
 (0)