From f6bda6f47a50cbd17539d020380da0189f253a8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Nov 2021 01:31:50 +0000 Subject: [PATCH] chore: format --- lua/zenbones/shipwright/runners/vim.lua | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/lua/zenbones/shipwright/runners/vim.lua b/lua/zenbones/shipwright/runners/vim.lua index 8fc9274..39d3a78 100644 --- a/lua/zenbones/shipwright/runners/vim.lua +++ b/lua/zenbones/shipwright/runners/vim.lua @@ -56,15 +56,11 @@ end ---@diagnostic disable: undefined-global -- selene: allow(undefined_variable) -run( - specs, - remove_italics, - { - patchwrite, - string.format("autoload/zenbones/generated/%s.vim", name), - [[" start_no_italics]], - [[" end_no_italics]], - } -) +run(specs, remove_italics, { + patchwrite, + string.format("autoload/zenbones/generated/%s.vim", name), + [[" start_no_italics]], + [[" end_no_italics]], +}) -- selene: deny(undefined_variable) ---@diagnostic enable: undefined-global