Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Nov 6, 2023
1 parent 1c59698 commit 34644e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lua/tabnine/build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ local function run_build(callback)
end)

if not handle then ---@cast pid string
vim.notify(("Could not spawn tabnine-nvim build script: `%s`. Error: %s"):format(cmd_str, pid), vim.log.levels.WARN)
vim.notify(
("Could not spawn tabnine-nvim build script: `%s`. Error: %s"):format(cmd_str, pid),
vim.log.levels.WARN
)
if callback then callback(false) end
return nil, pid
end ---@cast pid integer
Expand Down

0 comments on commit 34644e4

Please sign in to comment.