Skip to content

Commit

Permalink
chore: restore deleted blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
davidby-influx authored Dec 19, 2023
1 parent b41140c commit e19d380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tenant/service_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ func (s *UserSvc) CreateUser(ctx context.Context, u *influxdb.User) error {
err := s.store.Update(ctx, func(tx kv.Tx) error {
return s.store.CreateUser(ctx, tx, u)
})

return err
}

Expand Down

0 comments on commit e19d380

Please sign in to comment.