Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tqin7 committed Sep 23, 2024
1 parent c183179 commit 90be117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/dydxprotocol/vault/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ service Query {
// Queries all owner shares of megavault.
rpc MegavaultAllOwnerShares(QueryMegavaultAllOwnerSharesRequest)
returns (QueryMegavaultAllOwnerSharesResponse) {
option (google.api.http).get = "/dydxprotocol/vault/megavault/all_owner_shares";
option (google.api.http).get =
"/dydxprotocol/vault/megavault/all_owner_shares";
}
// Queries vault params of a vault.
rpc VaultParams(QueryVaultParamsRequest) returns (QueryVaultParamsResponse) {
Expand Down

0 comments on commit 90be117

Please sign in to comment.