Skip to content

Commit

Permalink
address buf lints
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFluffy committed Jan 10, 2025
1 parent 9d78bfd commit de4b636
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/executionapis/astria/auction/v1alpha1/bid.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ message Allocation {
}

message GetBidStreamResponse {
Bid Bid = 1;
Bid bid = 1;
}

service AuctionService {
Expand Down

0 comments on commit de4b636

Please sign in to comment.