fix(styling): empty line

This commit is contained in:
kiyan 2022-09-29 13:59:05 +02:00
parent 11b524899f
commit 4aef454cd2

View File

@ -4,7 +4,6 @@ local log = require "nvim-tree.log"
local has_cygpath = vim.fn.executable "cygpath" == 1
function M.get_toplevel(cwd)
local ps = log.profile_start("git toplevel %s", cwd)
local cmd = { "git", "-C", cwd, "rev-parse", "--show-toplevel" }