Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Jan 12, 2024
1 parent d1705e0 commit ffb0086
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 ffb0086

Please sign in to comment.