Merge pull request #47 from mcchrish/bot/style/main

chore: format
This commit is contained in:
Michael Chris Lopez
2021-11-07 09:32:41 +08:00
committed by GitHub

View File

@@ -56,15 +56,11 @@ end
---@diagnostic disable: undefined-global ---@diagnostic disable: undefined-global
-- selene: allow(undefined_variable) -- selene: allow(undefined_variable)
run( run(specs, remove_italics, {
specs, patchwrite,
remove_italics, string.format("autoload/zenbones/generated/%s.vim", name),
{ [[" start_no_italics]],
patchwrite, [[" end_no_italics]],
string.format("autoload/zenbones/generated/%s.vim", name), })
[[" start_no_italics]],
[[" end_no_italics]],
}
)
-- selene: deny(undefined_variable) -- selene: deny(undefined_variable)
---@diagnostic enable: undefined-global ---@diagnostic enable: undefined-global