From 304f733b8903d4e40baaf55cdbce2dc7e23af526 Mon Sep 17 00:00:00 2001 From: Jason Harley Date: Thu, 21 Dec 2023 09:43:35 -0500 Subject: [PATCH] remove unncessary comment --- client/query_spec.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/query_spec.go b/client/query_spec.go index a7850980..865425ce 100644 --- a/client/query_spec.go +++ b/client/query_spec.go @@ -138,7 +138,6 @@ type CalculationSpec struct { // CalculationOp represents the operator of a calculation. type CalculationOp string -// Declaration of calculation operators. const ( CalculationOpCount CalculationOp = "COUNT" CalculationOpConcurrency CalculationOp = "CONCURRENCY"