Skip to content

Commit

Permalink
Fixing import order
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Jan 4, 2024
1 parent d37ffda commit b3f2968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import (
"fmt"
"time"

sq "github.com/Masterminds/squirrel"
"github.com/jinzhu/copier"

"github.com/ystv/web-auth/permission"
"github.com/ystv/web-auth/role"
"github.com/ystv/web-auth/utils"

sq "github.com/Masterminds/squirrel"
"github.com/jinzhu/copier"
)

// countUsersAll will get the number of total users
Expand Down

0 comments on commit b3f2968

Please sign in to comment.