Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur committed Aug 12, 2021
1 parent eb14784 commit 3b2d552
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/environment/magic.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ func (mr *MagicGlobalEnvironment) Environment(opts ...EnvOpts) (context.Context,
}

env := &MagicEnvironment{
c: mr.c,
l: mr.RequirementLevel,
s: mr.FeatureState,
featureMatch: mr.FeatureMatch,
c: mr.c,
l: mr.RequirementLevel,
s: mr.FeatureState,
featureMatch: mr.FeatureMatch,
reuseNamespace: mr.reuseNamespace,
images: images,
images: images,
}

if env.reuseNamespace {
Expand Down

0 comments on commit 3b2d552

Please sign in to comment.