Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matei David <matei@buoyant.io>
  • Loading branch information
alpeb and mateiidavid committed Sep 27, 2023
1 parent 1093f78 commit ae0438f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/api/destination/server.go
Expand Up @@ -459,7 +459,7 @@ func (s *server) subscribeToEndpointProfile(
)

var err error
ip, err = s.pods.Subscribe(service, hostname, ip, port, translator)
ip, err := s.pods.Subscribe(service, hostname, ip, port, translator)
if err != nil {
return err
}
Expand Down

0 comments on commit ae0438f

Please sign in to comment.