fix(style): reformat (#344)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-08-28 19:56:11 -04:00 committed by GitHub
parent 1e9c14db06
commit 8a683b053b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,7 +96,7 @@ M.parse_response = function(data_stream, _, opts)
opts.on_complete(nil)
elseif choice.delta.content then
if choice.delta.content ~= vim.NIL then
opts.on_chunk(choice.delta.content)
opts.on_chunk(choice.delta.content)
end
end
end