Skip to content

Commit

Permalink
chore: fix imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Dec 12, 2024
1 parent ee17546 commit c27d064
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cli/commander/layout.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import (
"bytes"
"errors"
"fmt"
"regexp"
"strings"

"github.com/muesli/termenv"
"golang.org/x/text/cases"
"golang.org/x/text/language"
"regexp"
"strings"

"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
1 change: 1 addition & 0 deletions cli/printer/colors.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package printer

import (
"fmt"

"github.com/muesli/termenv"
)

Expand Down
1 change: 1 addition & 0 deletions cli/printer/text.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package printer

import (
"fmt"

"github.com/muesli/termenv"
)

Expand Down

0 comments on commit c27d064

Please sign in to comment.