Skip to content

Commit

Permalink
chore: formatting updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Sankeerth committed Nov 10, 2024
1 parent 13e881d commit 9e2216e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion services/oauth/v2/ratelimiter/ratelimiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (

kitsync "github.com/rudderlabs/rudder-go-kit/sync"

"github.com/rudderlabs/rudder-server/services/oauth/v2/common"
"github.com/tidwall/gjson"

"github.com/rudderlabs/rudder-server/services/oauth/v2/common"
)

type RateLimiter interface {
Expand Down
5 changes: 3 additions & 2 deletions services/oauth/v2/ratelimiter/transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ import (
"testing"
"time"

kitsync "github.com/rudderlabs/rudder-go-kit/sync"
mock_http_client "github.com/rudderlabs/rudder-server/mocks/services/oauth/v2/http"
"github.com/stretchr/testify/assert"
"go.uber.org/mock/gomock"

kitsync "github.com/rudderlabs/rudder-go-kit/sync"
mock_http_client "github.com/rudderlabs/rudder-server/mocks/services/oauth/v2/http"
)

func TestRateLimiterTransport(t *testing.T) {
Expand Down

0 comments on commit 9e2216e

Please sign in to comment.