Skip to content

Commit

Permalink
mark unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Sep 22, 2024
1 parent cf02135 commit e341603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ to query for."
port)
:buffer (generate-new-buffer (format " *%s*" proc-name))
:sentinel
(lambda (proc status)
(lambda (proc _status)
(let ((exit-code (process-exit-status proc)))
(cl-case exit-code
(0 (message "Successfully terminated port-forward for %s" svc-name))
Expand Down

0 comments on commit e341603

Please sign in to comment.