Skip to content

Commit

Permalink
fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf committed Jun 17, 2024
1 parent 14ccb68 commit 32d1107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adr/ADR-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ type KeyValueManager interface {

// KeyValueBuckets is used to retrieve a list of key value bucket
// statuses. The KeyValueNamesLister should behave in a similar fashion
// to the language implementation of Get Stream Infos. If not already some sort of iterable,
// an iterable form of the api is acceptable as well.
// to the language implementation of Get Stream Infos. If not already some sort of iterable,
// an iterable form of the api is acceptable as well.
KeyValueBuckets(ctx context.Context) KeyValueStatusLister
}
```
Expand Down

0 comments on commit 32d1107

Please sign in to comment.