Format fix (#4525)

Fixes CI failures

Signed-off-by: Kevin Leimkuhler <kevin@kleimkuhler.com>
This commit is contained in:
Kevin Leimkuhler 2020-06-01 18:51:00 -04:00 committed by GitHub
parent e607fc9247
commit b4804a0bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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"