Skip to content

Commit b6ae9c7

Browse files
DanthewaannCKolkey
authored andcommitted
fix: formatting
1 parent 0a0dbe1 commit b6ae9c7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lua/neogit/buffers/status/actions.lua

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,7 @@ local function translate_cursor_location(self, item)
7272
end
7373

7474
local function open(type, path, cursor)
75-
local command = ("silent! %s %s | %s"):format(
76-
type,
77-
fn.fnameescape(path),
78-
cursor and cursor[1] or "1"
79-
)
75+
local command = ("silent! %s %s | %s"):format(type, fn.fnameescape(path), cursor and cursor[1] or "1")
8076

8177
logger.debug("[Status - Open] '" .. command .. "'")
8278

0 commit comments

Comments
 (0)