Skip to content

Commit c975b4a

Browse files
committed
gofmt.
1 parent 168df34 commit c975b4a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

users/tokenauth/module.go

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"strings"
77

88
"github.com/octavore/naga/service"
9+
910
"github.com/octavore/nagax/router"
1011
"github.com/octavore/nagax/users"
1112
)

util/slack/module.go

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ package slack
1616
import (
1717
"github.com/nlopes/slack"
1818
"github.com/octavore/naga/service"
19+
1920
"github.com/octavore/nagax/config"
2021
"github.com/octavore/nagax/logger"
2122
"github.com/octavore/nagax/util/errors"

0 commit comments

Comments
 (0)