Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao committed Jun 6, 2022
1 parent dfe784a commit 4f511c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion executor/admin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,6 @@ func TestCheckFailReport(t *testing.T) {
require.NoError(t, err)
require.NoError(t, txn.Commit(tk.ctx))


ctx, hook := withLogHook(tk.ctx, t, "inconsistency")

// TODO(tiancaiamao): admin check doesn't support the chunk protocol.
Expand Down
2 changes: 1 addition & 1 deletion expression/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"encoding/hex"
"fmt"
"math"
"crypto/rand"
"math/rand"
"sort"
"strconv"
"strings"
Expand Down

0 comments on commit 4f511c7

Please sign in to comment.