1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00

ci(chore): Fix stylings

This commit is contained in:
github-actions[bot] 2021-04-27 12:06:18 +00:00
parent 40ae0b4eca
commit fd31a4eb28

View File

@ -10,7 +10,7 @@ import (
type TCPListener struct { type TCPListener struct {
conn net.Conn conn net.Conn
plannedDisconnect func(*TCPListener) plannedDisconnect func(*TCPListener)
unexpectedDisconnect func(*TCPListener, error) unexpectedDisconnect func(*TCPListener, error)
} }