Skip to content

Commit eae8a45

Browse files
committed
goimports
1 parent 21ec13f commit eae8a45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

state.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package flagsmith
22

33
import (
4+
"sync"
5+
46
"github.com/Flagsmith/flagsmith-go-client/v4/flagengine/environments"
57
"github.com/Flagsmith/flagsmith-go-client/v4/flagengine/identities"
6-
"sync"
78
)
89

910
// environmentState is a locally cached environments.EnvironmentModel.

0 commit comments

Comments
 (0)