From b833193926a8ab98bccbe6f7898585011d0d6d3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Feb 2022 15:37:25 +0000 Subject: [PATCH] ci(chore): Fix stylings --- internal/param/param.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/param/param.go b/internal/param/param.go index c38bf1c..99e0e76 100644 --- a/internal/param/param.go +++ b/internal/param/param.go @@ -30,7 +30,7 @@ func EnsureBool(p interface{}, defaultVal bool) bool { if !j.Exists() { return defaultVal } - switch j.Type { // nolint + switch j.Type { case gjson.True: return true case gjson.False: