chore: apply formatting
This commit is contained in:
@@ -38,8 +38,7 @@ end
|
||||
---@type table<integer, ow.Git.StatusView.State>
|
||||
local state = {}
|
||||
|
||||
local group =
|
||||
vim.api.nvim_create_augroup("ow.git.status_win", { clear = true })
|
||||
local group = vim.api.nvim_create_augroup("ow.git.status_win", { clear = true })
|
||||
local ns = vim.api.nvim_create_namespace("ow.git.status_win")
|
||||
|
||||
---@return integer? win
|
||||
@@ -349,11 +348,7 @@ local function view_row(s, row, focus_left)
|
||||
local left = older_pane(s, row)
|
||||
local right = newer_pane(s, row)
|
||||
if not left and not right then
|
||||
util.warning(
|
||||
"no content for %s row: %s",
|
||||
row.section,
|
||||
row.entry.path
|
||||
)
|
||||
util.warning("no content for %s row: %s", row.section, row.entry.path)
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user