From 99b7748129df683068aed3a7740a4fec90d0876c Mon Sep 17 00:00:00 2001 From: Thomas Bruyelle Date: Tue, 16 Aug 2022 12:22:42 +0200 Subject: [PATCH] merge const decls --- integration/env.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/integration/env.go b/integration/env.go index 89169c8124..15923ebead 100644 --- a/integration/env.go +++ b/integration/env.go @@ -24,10 +24,7 @@ import ( const ( IgniteApp = "ignite" -) - -const ( - Stargate = "stargate" + Stargate = "stargate" ) var isCI, _ = strconv.ParseBool(os.Getenv("CI"))