Skip to content

Commit

Permalink
minor lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Apr 22, 2024
1 parent fe9b0ad commit 805d437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flow/e2e/eventhub/eventhub.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import (
"fmt"
"time"

"github.com/PeerDB-io/peer-flow/generated/protos"

Check failure on line 8 in flow/e2e/eventhub/eventhub.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard -s prefix(github.com/PeerDB-io) -s default (gci)

"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
"github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/eventhub/armeventhub"

Check failure on line 12 in flow/e2e/eventhub/eventhub.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard -s prefix(github.com/PeerDB-io) -s default (gci)

"github.com/PeerDB-io/peer-flow/generated/protos"
)

// consume all messages from the eventhub with the given name“.
Expand Down

0 comments on commit 805d437

Please sign in to comment.