Skip to content

Commit 5268cc6

Browse files
committed
chore: make luacheck happy
1 parent c3d3911 commit 5268cc6

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

lua/refactoring/indent.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
local iter = vim.iter
2-
local ts = vim.treesitter
3-
41
local M = {}
52

63
---Returns the indent width of a given buffer

lua/refactoring/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ end
6969

7070
---@return string[]
7171
function M.get_refactors()
72-
local refactors = require("refactoring.refactor")
7372
return vim.tbl_keys(
7473
refactors.refactor_names --[[@as table<string, string>>]]
7574
)

lua/refactoring/tasks.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ local M = {}
22

33
local api = vim.api
44

5-
local Config = require("refactoring.config")
65
local TreeSitter = require("refactoring.treesitter")
76
local Point = require("refactoring.point")
87
local ui = require("refactoring.ui")

0 commit comments

Comments
 (0)