Skip to content

Commit

Permalink
minor fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lana-shanghai committed Dec 5, 2024
1 parent fcce1f0 commit ac86eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/onchain/src/orderbook/test_orderbook.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ fn test_lock_inscription_fails_inscription_not_found() {
}

#[test]
fn test_lock_inscription_fails_status_closed() {// TODO: when `submit_inscription` is implemented
fn test_lock_inscription_fails_status_closed() { // TODO: when `submit_inscription` is implemented
}

#[test]
Expand Down Expand Up @@ -183,7 +183,7 @@ fn test_cancel_inscription_fails_locked() {
}

#[test]
fn test_cancel_inscription_fails_closed() {// TODO: when `submit_inscription` is implemented
fn test_cancel_inscription_fails_closed() { // TODO: when `submit_inscription` is implemented
}

#[test]
Expand Down

0 comments on commit ac86eb0

Please sign in to comment.