From 9f19b66949ba4a63c9d4bb85a3c5a103146ab154 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 29 Feb 2024 12:27:56 -0300 Subject: [PATCH] fix: lint issue --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 42b8ce2..1128ace 100644 --- a/main.go +++ b/main.go @@ -92,7 +92,7 @@ func main() { } func teaHandler(effect string) func(s ssh.Session) (tea.Model, []tea.ProgramOption) { - return func(s ssh.Session) (tea.Model, []tea.ProgramOption) { + return func(_ ssh.Session) (tea.Model, []tea.ProgramOption) { var m tea.Model switch effect { case effectConfetti: