Skip to content

Commit

Permalink
refactor: format
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Jan 12, 2025
1 parent 309b03b commit 06f909c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ func main() {

if err := mySQL.Schema.Create(CTX); err != nil {
l.Fatal("failed creating schema resources",
zap.Error(err))
zap.Error(err),
)
}

handlerSet := wire.NewHandlerSet(conf, l, mySQL)
Expand Down

0 comments on commit 06f909c

Please sign in to comment.