Skip to content

Commit d551c25

Browse files
committed
Remove formatter
1 parent 34d682a commit d551c25

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cli/azd/cmd/env.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ type envGetValueAction struct {
629629
azdCtx *azdcontext.AzdContext
630630
console input.Console
631631
envManager environment.Manager
632-
formatter output.Formatter
633632
writer io.Writer
634633
flags *envGetValueFlags
635634
args []string
@@ -639,7 +638,6 @@ func newEnvGetValueAction(
639638
azdCtx *azdcontext.AzdContext,
640639
envManager environment.Manager,
641640
console input.Console,
642-
formatter output.Formatter,
643641
writer io.Writer,
644642
flags *envGetValueFlags,
645643
args []string,
@@ -649,7 +647,6 @@ func newEnvGetValueAction(
649647
azdCtx: azdCtx,
650648
console: console,
651649
envManager: envManager,
652-
formatter: formatter,
653650
writer: writer,
654651
flags: flags,
655652
args: args,

0 commit comments

Comments
 (0)