Skip to content

Commit 4aef454

Browse files
committed
fix(styling): empty line
1 parent 11b5248 commit 4aef454

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/nvim-tree/git/utils.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ local log = require "nvim-tree.log"
44
local has_cygpath = vim.fn.executable "cygpath" == 1
55

66
function M.get_toplevel(cwd)
7-
87
local ps = log.profile_start("git toplevel %s", cwd)
98

109
local cmd = { "git", "-C", cwd, "rev-parse", "--show-toplevel" }

0 commit comments

Comments
 (0)