remove extra line

This commit is contained in:
hyg 2023-09-19 10:13:14 +08:00
parent 4d9f4ed5cd
commit 7eaf283b0c
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ func (source *Source) Authenticate(ctx context.Context, user *user_model.User, u
if tperr, ok := err.(*textproto.Error); ok {
return nil, errors.Join(util.ErrInvalidArgument, tperr)
}
return nil, err
}