From ff39b7614397745e1b8d73001bdad587afcfd068 Mon Sep 17 00:00:00 2001 From: reesporte Date: Fri, 19 Nov 2021 09:32:41 -0600 Subject: [PATCH] remove extra line smh my head --- executor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/executor.go b/executor.go index b361d9672..009f55c7b 100644 --- a/executor.go +++ b/executor.go @@ -7635,7 +7635,6 @@ func (vc *ValCount) larger(other ValCount) ValCount { FloatVal: vc.FloatVal, TimestampVal: vc.TimestampVal, } - } func (vc *ValCount) decimalLarger(other ValCount) ValCount {