mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
Format backend.proto
This commit is contained in:
parent
f83553c82a
commit
0629f80aeb
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ service BackendService {
|
||||||
|
|
||||||
// searching
|
// searching
|
||||||
|
|
||||||
rpc FilterToSearch (FilterToSearchIn) returns (String);
|
rpc FilterToSearch(FilterToSearchIn) returns (String);
|
||||||
rpc NormalizeSearch(String) returns (String);
|
rpc NormalizeSearch(String) returns (String);
|
||||||
rpc SearchCards(SearchCardsIn) returns (SearchCardsOut);
|
rpc SearchCards(SearchCardsIn) returns (SearchCardsOut);
|
||||||
rpc SearchNotes(SearchNotesIn) returns (SearchNotesOut);
|
rpc SearchNotes(SearchNotesIn) returns (SearchNotesOut);
|
||||||
|
|
Loading…
Reference in a new issue