Skip to content

Commit 7a09aec

Browse files
committed
format
1 parent 0ce86b0 commit 7a09aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

search/wit/golem-search.wit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ interface core {
125125
delete: func(index: index-name, id: document-id) -> result<_, search-error>;
126126
delete-many: func(index: index-name, ids: list<document-id>) -> result<_, search-error>;
127127
get: func(index: index-name, id: document-id) -> result<option<doc>, search-error>;
128-
128+
129129
resource search-stream {
130130
get-next: func() -> option<list<search-hit>>;
131131
blocking-get-next: func() -> list<search-hit>;
132-
}
132+
}
133133

134134
// Query
135135
search: func(index: index-name, query: search-query) -> result<search-results, search-error>;

0 commit comments

Comments
 (0)