Skip to content

Commit d059e4d

Browse files
committed
goimports
1 parent 90559be commit d059e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/testutils/smtp_server.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ func (be *SMTPBackend) NewSession(state smtp.ConnectionState, _ string) (smtp.Se
6363
}
6464
be.SourceEndpoints[state.RemoteAddr.String()] = struct{}{}
6565
return &session{
66-
backend: be,
67-
state: &state,
66+
backend: be,
67+
state: &state,
6868
}, nil
6969
}
7070

0 commit comments

Comments
 (0)