formatting updates

master
michael 2022-09-24 00:56:36 +00:00
parent 2ea722c81c
commit 98ceab502b
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ import "colinearcore/hardware.proto";
// Msg defines the Msg service.
service Msg {
rpc NewAuction(MsgNewAuction) returns (MsgNewAuctionResponse);
rpc NewAuction(MsgNewAuction) returns (MsgNewAuctionResponse);
rpc NewBid(MsgNewBid) returns (MsgNewBidResponse);
rpc LockFunds(MsgLockFunds) returns (MsgLockFundsResponse);
rpc UnlockFunds(MsgUnlockFunds) returns (MsgUnlockFundsResponse);