chore: format

This commit is contained in:
github-actions[bot]
2021-11-06 06:20:30 +00:00
parent be23b32720
commit e7b41a0277
2 changed files with 2 additions and 6 deletions

View File

@@ -89,9 +89,5 @@ local function to_iterm(colorscheme)
end
-- selene: allow(undefined_variable)
run(
{ specs, term },
to_iterm,
{ overwrite, string.format("extras/iterm/%s.itermcolors", name) }
)
run({ specs, term }, to_iterm, { overwrite, string.format("extras/iterm/%s.itermcolors", name) })
-- selene: deny(undefined_variable)