From aa6591a90676ec40eb42819b439a9ab7fbf26de1 Mon Sep 17 00:00:00 2001 From: Stephen von Takach Date: Tue, 12 Nov 2024 14:58:06 +1100 Subject: [PATCH] fix: ameba warnings --- src/session.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session.cr b/src/session.cr index c867c32..b7bf063 100644 --- a/src/session.cr +++ b/src/session.cr @@ -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