chore: apply formatting
This commit is contained in:
+1
-4
@@ -170,10 +170,7 @@ end
|
||||
---@return boolean ok
|
||||
local function populate(buf, r, rev, state, rev_sha)
|
||||
local rev_str = rev:format()
|
||||
local stdout = util.git(
|
||||
{ "cat-file", "-p", rev_str },
|
||||
{ cwd = r.worktree }
|
||||
)
|
||||
local stdout = util.git({ "cat-file", "-p", rev_str }, { cwd = r.worktree })
|
||||
if not stdout then
|
||||
return false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user