File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -629,7 +629,6 @@ type envGetValueAction struct {
629
629
azdCtx * azdcontext.AzdContext
630
630
console input.Console
631
631
envManager environment.Manager
632
- formatter output.Formatter
633
632
writer io.Writer
634
633
flags * envGetValueFlags
635
634
args []string
@@ -639,7 +638,6 @@ func newEnvGetValueAction(
639
638
azdCtx * azdcontext.AzdContext ,
640
639
envManager environment.Manager ,
641
640
console input.Console ,
642
- formatter output.Formatter ,
643
641
writer io.Writer ,
644
642
flags * envGetValueFlags ,
645
643
args []string ,
@@ -649,7 +647,6 @@ func newEnvGetValueAction(
649
647
azdCtx : azdCtx ,
650
648
console : console ,
651
649
envManager : envManager ,
652
- formatter : formatter ,
653
650
writer : writer ,
654
651
flags : flags ,
655
652
args : args ,
You can’t perform that action at this time.
0 commit comments