Skip to content

Commit

Permalink
fix logger import order
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettj12 committed Jun 30, 2023
1 parent 1d97914 commit bc85a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internals/plan/plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ import (
"strings"
"time"

"github.com/canonical/pebble/internals/logger"
"github.com/canonical/x-go/strutil/shlex"
"gopkg.in/yaml.v3"

"github.com/canonical/pebble/internals/logger"
"github.com/canonical/pebble/internals/osutil"
)

Expand Down

0 comments on commit bc85a35

Please sign in to comment.