Skip to content

Commit

Permalink
merge const decls
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Aug 16, 2022
1 parent 10bd29e commit 99b7748
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions integration/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ import (

const (
IgniteApp = "ignite"
)

const (
Stargate = "stargate"
Stargate = "stargate"
)

var isCI, _ = strconv.ParseBool(os.Getenv("CI"))
Expand Down

0 comments on commit 99b7748

Please sign in to comment.