From b8ecbe748fac1d3fc475a8d26eb80d60145c5433 Mon Sep 17 00:00:00 2001 From: Jeff Hubbard Date: Tue, 29 Mar 2022 13:50:31 -0700 Subject: [PATCH] go fmt --- utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/utils.go b/utils/utils.go index b73501f42..503fdf0af 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -93,7 +93,7 @@ func StringInSlice(a string, slice []string) bool { } return false } - + func IsDebugEnabled() (bool, string) { debugValue, isDebugSet := os.LookupEnv("GH_DEBUG") legacyDebugValue := os.Getenv("DEBUG")