aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/tplimpl/template_funcs_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/tplimpl/template_funcs_test.go')
-rw-r--r--tpl/tplimpl/template_funcs_test.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/tpl/tplimpl/template_funcs_test.go b/tpl/tplimpl/template_funcs_test.go
index 852b63930..c142dd672 100644
--- a/tpl/tplimpl/template_funcs_test.go
+++ b/tpl/tplimpl/template_funcs_test.go
@@ -40,9 +40,7 @@ import (
"github.com/spf13/viper"
)
-var (
- logger = loggers.NewErrorLogger()
-)
+var logger = loggers.NewErrorLogger()
func newTestConfig() config.Provider {
v := viper.New()
@@ -188,7 +186,6 @@ func TestPartialCached(t *testing.T) {
t.Fatalf("cache mismatch")
}
}
-
}
func BenchmarkPartial(b *testing.B) {