Skip to content

Commit ae0438f

Browse files
alpebmateiidavid
andauthored
Apply suggestions from code review
Co-authored-by: Matei David <[email protected]>
1 parent 1093f78 commit ae0438f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/api/destination/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ func (s *server) subscribeToEndpointProfile(
459459
)
460460

461461
var err error
462-
ip, err = s.pods.Subscribe(service, hostname, ip, port, translator)
462+
ip, err := s.pods.Subscribe(service, hostname, ip, port, translator)
463463
if err != nil {
464464
return err
465465
}

0 commit comments

Comments
 (0)