lang: funcs: core: test: Fix small formatting issue

This commit is contained in:
James Shubin
2023-12-02 15:45:32 -05:00
parent 9d47b6843f
commit 3e37a60635

View File

@@ -25,8 +25,9 @@ import (
) )
const ( const (
// FastCountFuncName is the name this fact is registered as. It's still a // FastCountFuncName is the name this fact is registered as. It's still
// Func Name because this is the name space the fact is actually using. // a Func Name because this is the name space the fact is actually
// using.
FastCountFuncName = "fastcount" FastCountFuncName = "fastcount"
) )