diff --git a/proto/anki/frontend.proto b/proto/anki/frontend.proto index 461d10528..94c96351f 100644 --- a/proto/anki/frontend.proto +++ b/proto/anki/frontend.proto @@ -39,7 +39,6 @@ service FrontendService { // Metadata rpc GetMetaJson(generic.String) returns (generic.Json); rpc SetMetaJson(SetSettingJsonRequest) returns (generic.Empty); - } service BackendFrontendService {}