Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Little-Wallace <bupt2013211450@gmail.com>
  • Loading branch information
Little-Wallace committed Aug 3, 2021
1 parent ddb54ba commit fb64eaa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/lightning/backend/local/duplicate.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ import (

"golang.org/x/sync/errgroup"

"github.com/pingcap/br/pkg/lightning/backend/kv"
"github.com/pingcap/br/pkg/lightning/common"
"github.com/pingcap/br/pkg/lightning/log"
"github.com/pingcap/br/pkg/logutil"
"github.com/pingcap/br/pkg/restore"

"github.com/cockroachdb/pebble"
"github.com/pingcap/errors"
"github.com/pingcap/kvproto/pkg/import_sstpb"
Expand All @@ -46,6 +40,12 @@ import (
"google.golang.org/grpc/backoff"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/keepalive"

"github.com/pingcap/br/pkg/lightning/backend/kv"
"github.com/pingcap/br/pkg/lightning/common"
"github.com/pingcap/br/pkg/lightning/log"
"github.com/pingcap/br/pkg/logutil"
"github.com/pingcap/br/pkg/restore"
)

const (
Expand Down

0 comments on commit fb64eaa

Please sign in to comment.