Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Dec 30, 2024
1 parent 162d326 commit a5d0caa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion consumer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package scyllacdc_test

import (
"context"
"github.com/scylladb/scylla-cdc-go/testutils"
"log"
"os"
"sync"
Expand All @@ -11,6 +10,8 @@ import (

"github.com/gocql/gocql"

"github.com/scylladb/scylla-cdc-go/testutils"

scyllacdc "github.com/scylladb/scylla-cdc-go"
)

Expand Down
3 changes: 2 additions & 1 deletion examples/replicator/replicator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package main
import (
"context"
"fmt"
"github.com/scylladb/scylla-cdc-go/testutils"
"log"
"os"
"reflect"
Expand All @@ -13,6 +12,8 @@ import (

"github.com/gocql/gocql"

"github.com/scylladb/scylla-cdc-go/testutils"

scyllacdc "github.com/scylladb/scylla-cdc-go"
)

Expand Down
3 changes: 2 additions & 1 deletion types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package scyllacdc_test
import (
"context"
"fmt"
"github.com/scylladb/scylla-cdc-go/testutils"
"log"
"os"
"reflect"
Expand All @@ -14,6 +13,8 @@ import (

"github.com/gocql/gocql"

"github.com/scylladb/scylla-cdc-go/testutils"

scyllacdc "github.com/scylladb/scylla-cdc-go"
)

Expand Down

0 comments on commit a5d0caa

Please sign in to comment.