File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -679,7 +679,8 @@ pub mod authorization_service_client {
679679 pub async fn write_relationships (
680680 & mut self ,
681681 request : impl tonic:: IntoStreamingRequest < Message = super :: WriteRelationshipsRequest > ,
682- ) -> std:: result:: Result < tonic:: Response < super :: WriteRelationshipsResponse > , tonic:: Status > {
682+ ) -> std:: result:: Result < tonic:: Response < super :: WriteRelationshipsResponse > , tonic:: Status >
683+ {
683684 self . inner . ready ( ) . await . map_err ( |e| {
684685 tonic:: Status :: unknown ( format ! ( "Service was not ready: {}" , e. into( ) ) )
685686 } ) ?;
@@ -698,7 +699,8 @@ pub mod authorization_service_client {
698699 pub async fn delete_relationships (
699700 & mut self ,
700701 request : impl tonic:: IntoStreamingRequest < Message = super :: DeleteRelationshipsRequest > ,
701- ) -> std:: result:: Result < tonic:: Response < super :: DeleteRelationshipsResponse > , tonic:: Status > {
702+ ) -> std:: result:: Result < tonic:: Response < super :: DeleteRelationshipsResponse > , tonic:: Status >
703+ {
702704 self . inner . ready ( ) . await . map_err ( |e| {
703705 tonic:: Status :: unknown ( format ! ( "Service was not ready: {}" , e. into( ) ) )
704706 } ) ?;
You can’t perform that action at this time.
0 commit comments