mirror of https://github.com/linkerd/linkerd2.git
Format fix (#4525)
Fixes CI failures Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
parent
e607fc9247
commit
b4804a0bb5
|
|
@ -2,9 +2,10 @@ package servicemirror
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"strconv"
|
||||
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"k8s.io/client-go/tools/cache"
|
||||
"strconv"
|
||||
|
||||
consts "github.com/linkerd/linkerd2/pkg/k8s"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
|
|
|||
Loading…
Reference in New Issue