From 0629f80aeb1845cb84faa7a07a658770f9e6bbed Mon Sep 17 00:00:00 2001 From: RumovZ Date: Sat, 9 Jan 2021 20:09:47 +0100 Subject: [PATCH] Format backend.proto --- rslib/backend.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/backend.proto b/rslib/backend.proto index 10597806f..d4e3df1e1 100644 --- a/rslib/backend.proto +++ b/rslib/backend.proto @@ -84,7 +84,7 @@ service BackendService { // searching - rpc FilterToSearch (FilterToSearchIn) returns (String); + rpc FilterToSearch(FilterToSearchIn) returns (String); rpc NormalizeSearch(String) returns (String); rpc SearchCards(SearchCardsIn) returns (SearchCardsOut); rpc SearchNotes(SearchNotesIn) returns (SearchNotesOut);