Skip to content

Commit

Permalink
Apply make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Oct 25, 2024
1 parent 52683ad commit 8ccdfaf
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions internal/impl/snowflake/output_snowflake_streaming.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (

"github.com/redpanda-data/benthos/v4/public/bloblang"
"github.com/redpanda-data/benthos/v4/public/service"

"github.com/redpanda-data/connect/v4/internal/impl/snowflake/streaming"
)

Expand Down
3 changes: 2 additions & 1 deletion internal/impl/snowflake/streaming/compat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ import (
"testing"
"time"

"github.com/redpanda-data/connect/v4/internal/impl/snowflake/streaming/int128"
"github.com/stretchr/testify/require"

"github.com/redpanda-data/connect/v4/internal/impl/snowflake/streaming/int128"
)

func TestEncryption(t *testing.T) {
Expand Down
3 changes: 2 additions & 1 deletion internal/impl/snowflake/streaming/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ import (
"time"

"github.com/redpanda-data/benthos/v4/public/service"
"github.com/redpanda-data/connect/v4/internal/impl/snowflake/streaming"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/redpanda-data/connect/v4/internal/impl/snowflake/streaming"
)

func msg(s string) *service.Message {
Expand Down
1 change: 1 addition & 0 deletions internal/impl/snowflake/streaming/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (
"github.com/golang-jwt/jwt"
"github.com/google/uuid"
"github.com/redpanda-data/benthos/v4/public/service"

"github.com/redpanda-data/connect/v4/internal/impl/snowflake/streaming/int128"
"github.com/redpanda-data/connect/v4/internal/periodic"
"github.com/redpanda-data/connect/v4/internal/typed"
Expand Down
1 change: 1 addition & 0 deletions internal/impl/snowflake/streaming/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (

"github.com/dustin/go-humanize"
"github.com/parquet-go/parquet-go"

"github.com/redpanda-data/connect/v4/internal/impl/snowflake/streaming/int128"
)

Expand Down
1 change: 1 addition & 0 deletions internal/impl/snowflake/streaming/streaming.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (
"github.com/cenkalti/backoff/v4"
"github.com/parquet-go/parquet-go"
"github.com/redpanda-data/benthos/v4/public/service"

"github.com/redpanda-data/connect/v4/internal/periodic"
"github.com/redpanda-data/connect/v4/internal/typed"
)
Expand Down
1 change: 1 addition & 0 deletions internal/impl/snowflake/streaming/userdata_converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
"github.com/Jeffail/gabs/v2"
"github.com/parquet-go/parquet-go"
"github.com/redpanda-data/benthos/v4/public/bloblang"

"github.com/redpanda-data/connect/v4/internal/impl/snowflake/streaming/int128"
)

Expand Down
3 changes: 2 additions & 1 deletion internal/impl/snowflake/streaming/userdata_converter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ import (
"time"

"github.com/parquet-go/parquet-go"
"github.com/redpanda-data/connect/v4/internal/impl/snowflake/streaming/int128"
"github.com/stretchr/testify/require"

"github.com/redpanda-data/connect/v4/internal/impl/snowflake/streaming/int128"
)

type validateTestCase struct {
Expand Down
1 change: 1 addition & 0 deletions internal/impl/timeplus/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"syscall"

"github.com/redpanda-data/benthos/v4/public/service"

"github.com/redpanda-data/connect/v4/internal/impl/timeplus/driver"
"github.com/redpanda-data/connect/v4/internal/impl/timeplus/http"
)
Expand Down
1 change: 1 addition & 0 deletions internal/impl/timeplus/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"sort"

"github.com/redpanda-data/benthos/v4/public/service"

"github.com/redpanda-data/connect/v4/internal/impl/timeplus/http"
)

Expand Down

0 comments on commit 8ccdfaf

Please sign in to comment.