Skip to content

Commit

Permalink
Lint suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoremepunto committed Apr 5, 2023
1 parent d309b55 commit c62b98f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ func NewLocalFeatureFlagsProvider(p *providers.Provider) (providers.ClowderProvi
// CachedMakeComponent: helper function to create a PVC, Service, Deployment (The Cached spin was created around the time Cache system was created)
func (ff *localFeatureFlagsProvider) EnvProvide() error {

dataInit := func() map[string]string {
return createDefaultFFSecMap()
}
dataInit := createDefaultFFSecMap

nn := providers.GetNamespacedName(ff.Env, "featureflags")

Expand Down

0 comments on commit c62b98f

Please sign in to comment.