Skip to content

Commit 4977cba

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent f7bd2b1 commit 4977cba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sql/cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"errors"
1919
"testing"
2020

21-
"github.com/stretchr/testify/require"
21+
"github.com/stretchr/testify/require"
2222
)
2323

2424
func TestLRUCache(t *testing.T) {

sql/hash/hash_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@
1414

1515
package hash
1616

17-
import(
17+
import (
1818
"testing"
1919

2020
"github.com/dolthub/go-mysql-server/sql"
2121
)
22+
2223
func BenchmarkHashOf(b *testing.B) {
2324
ctx := sql.NewEmptyContext()
2425
row := sql.NewRow(1, "1")
@@ -49,4 +50,4 @@ func BenchmarkParallelHashOf(b *testing.B) {
4950
}
5051
}
5152
})
52-
}
53+
}

0 commit comments

Comments
 (0)