From 3e37a60635f07a1d95d637976c33d2d3b4182f03 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sat, 2 Dec 2023 15:45:32 -0500 Subject: [PATCH] lang: funcs: core: test: Fix small formatting issue --- lang/funcs/core/test/fastcount_fact.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/funcs/core/test/fastcount_fact.go b/lang/funcs/core/test/fastcount_fact.go index 59f43949..206d3671 100644 --- a/lang/funcs/core/test/fastcount_fact.go +++ b/lang/funcs/core/test/fastcount_fact.go @@ -25,8 +25,9 @@ import ( ) const ( - // FastCountFuncName is the name this fact is registered as. It's still a - // Func Name because this is the name space the fact is actually using. + // FastCountFuncName is the name this fact is registered as. It's still + // a Func Name because this is the name space the fact is actually + // using. FastCountFuncName = "fastcount" )