From 32d11071f6da4a70dbbc0d7f00e1ee6181ba768d Mon Sep 17 00:00:00 2001 From: scottf Date: Mon, 17 Jun 2024 16:35:38 -0400 Subject: [PATCH] fixed indentation --- adr/ADR-8.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adr/ADR-8.md b/adr/ADR-8.md index 7df7271..52a87f4 100644 --- a/adr/ADR-8.md +++ b/adr/ADR-8.md @@ -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 } ```