Skip to content

Commit

Permalink
Fix lua lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andymass committed May 4, 2022
1 parent 96abbdc commit b016e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/treesitter-matchup/internal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function M.get_matches(bufnr)
end

local function _time()
s, u = vim.loop.gettimeofday()
local s, u = vim.loop.gettimeofday()
return s * 1000 + u * 1e-3
end

Expand Down

0 comments on commit b016e0f

Please sign in to comment.