Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotmjackson committed Aug 30, 2023
1 parent ae405eb commit 1256c1d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/bufbuild/buf/private/pkg/protosource"
)

type NumericRules[N comparable] interface {
type numericRules[N comparable] interface {
GetGt() N
GetGte() N
GetLt() N
Expand All @@ -34,7 +34,7 @@ func resolveLimits[
LT any,
LTE any,
](
rules NumericRules[N],
rules numericRules[N],
gtOneOf any,
ltOneOf any,
) (gt, gte, lt, lte *N) {
Expand Down

0 comments on commit 1256c1d

Please sign in to comment.