mirror of https://github.com/linkerd/linkerd2.git
Remove extraneous return (#4089)
Remove extraneous `return` which was missed in https://github.com/linkerd/linkerd2/pull/4007 Signed-off-by: Alex Leong <alex@buoyant.io>
This commit is contained in:
parent
8c12f03af8
commit
c891b22632
|
@ -177,7 +177,6 @@ func (pf *PortForward) Init() error {
|
|||
go func() {
|
||||
if err := pf.run(); err != nil {
|
||||
failure <- err
|
||||
return
|
||||
}
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue