From fd31a4eb28db6775b35e084677b9b7276931be8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 12:06:18 +0000 Subject: [PATCH] ci(chore): Fix stylings --- utils/connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/connection.go b/utils/connection.go index af9cf54f..93d0a1dc 100644 --- a/utils/connection.go +++ b/utils/connection.go @@ -10,7 +10,7 @@ import ( type TCPListener struct { conn net.Conn - plannedDisconnect func(*TCPListener) + plannedDisconnect func(*TCPListener) unexpectedDisconnect func(*TCPListener, error) }