Skip to content

Commit 7eaf283

Browse files
committed
remove extra line
1 parent 4d9f4ed commit 7eaf283

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/auth/source/smtp/source_authenticate.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ func (source *Source) Authenticate(ctx context.Context, user *user_model.User, u
4949
if tperr, ok := err.(*textproto.Error); ok {
5050
return nil, errors.Join(util.ErrInvalidArgument, tperr)
5151
}
52-
5352
return nil, err
5453
}
5554

0 commit comments

Comments
 (0)