Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Apr 20, 2024
1 parent 07172a7 commit 2969c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/view/src/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ impl<R: RngCore + CryptoRng> Planner<R> {
))
}

/// Ends a Dutch auction using protocol-controlled liquidity.
/// Ends a Dutch auction using protocol-controlled liquidity.
#[instrument(skip(self))]
pub fn dutch_auction_end(&mut self, auction_id: AuctionId) -> &mut Self {
self.action(ActionPlan::ActionDutchAuctionEnd(ActionDutchAuctionEnd {
Expand Down

0 comments on commit 2969c90

Please sign in to comment.