Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <[email protected]>
  • Loading branch information
zirain committed Oct 24, 2024
1 parent 56e1bd6 commit df7b07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/ratelimit/unit.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
package ratelimit

import (
"github.com/envoyproxy/gateway/internal/ir"
"google.golang.org/protobuf/types/known/durationpb"

egv1a1 "github.com/envoyproxy/gateway/api/v1alpha1"
"github.com/envoyproxy/gateway/internal/ir"
)

func UnitToSeconds(unit egv1a1.RateLimitUnit) int64 {
Expand Down

0 comments on commit df7b07b

Please sign in to comment.