Skip to content

Commit

Permalink
change format
Browse files Browse the repository at this point in the history
  • Loading branch information
hanfei1991 committed Apr 12, 2016
1 parent 3a92f56 commit 19310f1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions executor/executor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ package executor_test

import (
"fmt"
"strings"
"testing"
"time"

. "github.com/pingcap/check"
"github.com/pingcap/tidb"
"github.com/pingcap/tidb/domain"
Expand All @@ -25,9 +29,6 @@ import (
"github.com/pingcap/tidb/util/testkit"
"github.com/pingcap/tidb/util/testleak"
"github.com/pingcap/tidb/util/types"
"strings"
"testing"
"time"
)

func TestT(t *testing.T) {
Expand Down

0 comments on commit 19310f1

Please sign in to comment.