Skip to content

Commit

Permalink
lint: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Jul 16, 2024
1 parent 8dc9300 commit 7f3a9ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/conform/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ local health_start = vim.health.start or vim.health.report_start
local health_warn = vim.health.warn or vim.health.report_warn
local health_info = vim.health.info or vim.health.report_info
local health_ok = vim.health.ok or vim.health.report_ok
local islist = vim.islist or vim.tbl_islist

---@param name string
---@return string[]
Expand Down

0 comments on commit 7f3a9ee

Please sign in to comment.