Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj committed Nov 7, 2024
1 parent 100fbfb commit 1dbc1c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/impl/snowflake/streaming/compat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ func TestColumnNormalization(t *testing.T) {
require.Equal(t, `foo" bar "baz`, normalizeColumnName(`"foo"" bar ""baz"`))
}


func BenchmarkColumnNormalization(b *testing.B) {
makeBench := func(name string) func(b *testing.B) {
return func(b *testing.B) {
Expand Down

0 comments on commit 1dbc1c6

Please sign in to comment.