Skip to content

Commit

Permalink
cli: fix import ordering in UI pkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Apr 3, 2023
1 parent da69eda commit 4a41ec9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion command/ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package cli
import (
"errors"
"fmt"
"io"

"github.com/fatih/color"
"github.com/mitchellh/cli"
"io"
)

// LogUI is an implementation of the cli.Ui interface which can be used for
Expand Down

0 comments on commit 4a41ec9

Please sign in to comment.