fix(styling): empty line
This commit is contained in:
@@ -4,7 +4,6 @@ local log = require "nvim-tree.log"
|
|||||||
local has_cygpath = vim.fn.executable "cygpath" == 1
|
local has_cygpath = vim.fn.executable "cygpath" == 1
|
||||||
|
|
||||||
function M.get_toplevel(cwd)
|
function M.get_toplevel(cwd)
|
||||||
|
|
||||||
local ps = log.profile_start("git toplevel %s", cwd)
|
local ps = log.profile_start("git toplevel %s", cwd)
|
||||||
|
|
||||||
local cmd = { "git", "-C", cwd, "rev-parse", "--show-toplevel" }
|
local cmd = { "git", "-C", cwd, "rev-parse", "--show-toplevel" }
|
||||||
|
|||||||
Reference in New Issue
Block a user