Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Mar 25, 2024
1 parent 34a1473 commit 47c1065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/types/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ type GKVStore[V any] interface {
type GIterator[V any] interface {
// Domain returns the start (inclusive) and end (exclusive) limits of the iterator.
// CONTRACT: start, end readonly []byte
Domain() (start []byte, end []byte)
Domain() (start, end []byte)

// Valid returns whether the current iterator is valid. Once invalid, the Iterator remains
// invalid forever.
Expand Down

0 comments on commit 47c1065

Please sign in to comment.