Skip to content

Commit 01095bc

Browse files
committed
Remove useless changes
Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com>
1 parent 38fb7b9 commit 01095bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

go/vt/vttablet/tabletserver/txthrottler/tx_throttler_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ package txthrottler
2222
//go:generate mockgen -destination mock_topology_watcher_test.go -package txthrottler vitess.io/vitess/go/vt/vttablet/tabletserver/txthrottler TopologyWatcherInterface
2323

2424
import (
25-
"github.com/golang/mock/gomock"
26-
"github.com/stretchr/testify/assert"
2725
"testing"
2826
"time"
2927

28+
"github.com/golang/mock/gomock"
29+
"github.com/stretchr/testify/assert"
30+
3031
"vitess.io/vitess/go/vt/discovery"
3132
"vitess.io/vitess/go/vt/throttler"
3233
"vitess.io/vitess/go/vt/topo"

0 commit comments

Comments
 (0)