Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fix docstring formatting (#99)
* docs: fix docstring formatting

Committer: @parthea
PiperOrigin-RevId: 404008092

Source-Link: googleapis/googleapis@f5b58ed

Source-Link: googleapis/googleapis-gen@fde7ee6
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmRlN2VlNjViZDBmZTgwNzY2ZTAxNDk2MDQyZDc5NmQxMGMzOTc3NyJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 18, 2021
1 parent a2ee110 commit 29a6a76
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
Expand Up @@ -354,10 +354,11 @@ async def collect_user_event(
}
service ResourceService {
rpc GetResource(GetResourceRequest) returns
(google.api.HttpBody); rpc
UpdateResource(google.api.HttpBody) returns
(google.protobuf.Empty);
rpc GetResource(GetResourceRequest)
returns (google.api.HttpBody);
rpc UpdateResource(google.api.HttpBody)
returns (google.protobuf.Empty);
}
Expand Down
Expand Up @@ -535,10 +535,11 @@ def collect_user_event(
}
service ResourceService {
rpc GetResource(GetResourceRequest) returns
(google.api.HttpBody); rpc
UpdateResource(google.api.HttpBody) returns
(google.protobuf.Empty);
rpc GetResource(GetResourceRequest)
returns (google.api.HttpBody);
rpc UpdateResource(google.api.HttpBody)
returns (google.protobuf.Empty);
}
Expand Down

0 comments on commit 29a6a76

Please sign in to comment.