Skip to content

Commit

Permalink
Format with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
L3MON4D3 authored and github-actions[bot] committed Oct 27, 2023
1 parent 94d8ede commit d3d145f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lua/luasnip/util/select.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ function M.pre_cut()
-- store registers so we don't change any of them.
-- Since we yank to a named register and cut to the blackhole, only the
-- unnamed- and the z-register are changed (yank to named does not affect 0 or 1-9)
saved_registers = store_registers(
"",
"z"
)
saved_registers = store_registers("", "z")

-- store data needed for de-indenting lines.
start_line = vim.fn.line("'<") - 1
Expand Down

0 comments on commit d3d145f

Please sign in to comment.