1
0
Fork 0

- fixed spacing.

This commit is contained in:
cage 2021-06-17 15:23:24 +02:00
parent 073ccb8640
commit b5b1611a7e
1 changed files with 4 additions and 4 deletions

View File

@ -785,8 +785,8 @@ command) otherwise te actual code to get the resource will never be
executed."
(let* ((event (make-instance 'program-events:gemini-request-event
:give-focus-to-message-window give-focus-to-message-window
:priority priority
:use-cached-file-if-exists use-cached-file-if-exists
:enqueue enqueue
:url url)))
:priority priority
:use-cached-file-if-exists use-cached-file-if-exists
:enqueue enqueue
:url url)))
(program-events:push-event event)))