Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jan 25, 2025
1 parent 8b78ba0 commit 4dde077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/api/config/request_routing_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ type Route interface {
}

type notMultiNode struct{}
func (_ *notMultiNode) IsMultiNode() bool { return false }

func (*notMultiNode) IsMultiNode() bool { return false }

type SimpleNodeRoute int

Expand Down Expand Up @@ -157,7 +158,6 @@ func (slotKeyRoute *SlotKeyRoute) ToRoutesProtobuf() (*protobuf.Routes, error) {
return request, nil
}


// Routes a request to a node by its address.
type ByAddressRoute struct {
host string
Expand Down

0 comments on commit 4dde077

Please sign in to comment.