From 8798d84cfd239ba2073e64271bf0bb0a94ca7622 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);