Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Foo-x committed Oct 28, 2024
1 parent ae73e56 commit 9c78d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/oil/actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ M.yank_entry = {
return
end
local name = entry.name
if entry.type == 'directory' then
name = name .. '/'
if entry.type == "directory" then
name = name .. "/"
end
local path = dir .. name
if opts.modify then
Expand Down

0 comments on commit 9c78d00

Please sign in to comment.