From ccd805210bf0cdefdfa164a70a937215cac30cbd Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 14 Aug 2023 16:26:16 +0800 Subject: [PATCH] Fix #85 --- Reply/F/liveOver/liveOver.go | 1 - 1 file changed, 1 deletion(-) diff --git a/Reply/F/liveOver/liveOver.go b/Reply/F/liveOver/liveOver.go index a174c4c..9d938ef 100644 --- a/Reply/F/liveOver/liveOver.go +++ b/Reply/F/liveOver/liveOver.go @@ -12,7 +12,6 @@ import ( type Sign struct{} func init() { - type empty struct{} if e := comp.Put[c.Common](comp.Sign[Sign](), sumup); e != nil { panic(e) } -- 2.39.2