Skip to content

Commit 58017cf

Browse files
committed
Fixes import grouping for state/controller.go.
1 parent 011952d commit 58017cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

state/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package state
55

66
import (
77
"fmt"
8+
"strings"
89

910
"github.com/juju/errors"
1011
"github.com/juju/utils/clock"
@@ -13,7 +14,6 @@ import (
1314

1415
jujucontroller "github.com/juju/juju/controller"
1516
"github.com/juju/juju/network"
16-
"strings"
1717
)
1818

1919
const (

0 commit comments

Comments
 (0)