Skip to content

Commit

Permalink
style(image): Place description on next line
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 11, 2023
1 parent 0fe9295 commit ea7fe1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openai-image.el
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ Must be one of `url' or `b64_json'."
"Async images entries.")

(tblui-define
openai-image "OpenAI Image" "Display image information from OpenAI."
openai-image
"OpenAI Image" "Display image information from OpenAI."
(lambda () openai-image-entries)
[("URL" 200 nil)]
nil)
Expand Down

0 comments on commit ea7fe1a

Please sign in to comment.