Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alizdavoodi committed Apr 14, 2023
1 parent 58ba58d commit 79c8fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neoai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ end
---@param prompt string The prompt to inject, to inject no prompt just do empty string
M.smart_toggle = function(prompt)
local send_args = function()
if not utils.is_empty(prompt) ~= "" then
if not utils.is_empty(prompt) then
ui.send_prompt(prompt)
end
end
Expand Down

0 comments on commit 79c8fc0

Please sign in to comment.