Skip to content

Commit a769e18

Browse files
committed
Run make fmt
1 parent d53c209 commit a769e18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/portal/lib/plan/deps.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package plan
22

33
import (
4-
configplan "github.com/authgear/authgear-server/pkg/lib/config/plan"
54
"github.com/google/wire"
5+
6+
configplan "github.com/authgear/authgear-server/pkg/lib/config/plan"
67
)
78

89
var DependencySet = wire.NewSet(

0 commit comments

Comments
 (0)