Skip to content

Commit

Permalink
fix: ameba warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Nov 12, 2024
1 parent 097b427 commit aa6591a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.cr
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ class SSH2::Session
Channel.new self, handle
end

def direct_streamlocal(path, host, port)
def direct_streamlocal(path, host, port, &)
channel = direct_streamlocal(path, host, port)
begin
yield channel
Expand Down

0 comments on commit aa6591a

Please sign in to comment.