Skip to content

Commit 2e57400

Browse files
committed
Comment formatting
1 parent 2e1769e commit 2e57400

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

program/src/instructions/place_order.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ pub unsafe fn process_place_order<'a>(
8282
let order_sector_index_bytes = order_sector_index.to_le_bytes();
8383

8484
// 1. Check that the user has enough collateral to place the order and update their seat
85-
// with the resulting decremented amount.
85+
// with the resulting decremented amount.
8686
// 2. Update the user seat's mapped order sectors. This also checks for duplicate prices so
87-
// that all of a user's orders have a unique price.
87+
// that all of a user's orders have a unique price.
8888
if is_bid {
8989
// 1. If the user is placing a bid, they intend to provide quote and receive base.
9090
user_seat.try_decrement_quote_available(quote_atoms)?;

0 commit comments

Comments
 (0)