Skip to content

Commit

Permalink
go fmt applied
Browse files Browse the repository at this point in the history
  • Loading branch information
jac1013 committed Aug 24, 2019
1 parent c2cb45f commit 9d7a308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion admincli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
userRepo, closeDB := sqlite.NewSqliteStorage()
defer closeDB()
auth := implementation.NewAuthenticator(userRepo, memory.DummySender{})
userManager := implementation.NewUserManager(auth,userRepo)
userManager := implementation.NewUserManager(auth, userRepo)
cmd.SetUserManager(userManager)
cmd.Execute()
}
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ require (
github.com/magiconair/properties v1.8.1 // indirect
github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e // indirect
github.com/mattn/go-sqlite3 v1.11.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.1.2
github.com/onsi/gomega v1.6.0
github.com/pelletier/go-toml v1.4.0 // indirect
Expand Down

0 comments on commit 9d7a308

Please sign in to comment.