Skip to content

Commit

Permalink
[Coverage] Uncomment inline per 100% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Mar 15, 2024
1 parent 50574ba commit f974e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/move/econia/sources/market.move
Expand Up @@ -2989,7 +2989,7 @@ module econia::market {
///
/// * `Option<u8>`: An optional cancel reason, if the order needs
/// to be cancelled.
/*inline*/ fun get_cancel_reason_option_for_market_order_or_swap(
inline fun get_cancel_reason_option_for_market_order_or_swap(
self_match_taker_cancel: bool,
base_traded: u64,
max_base: u64,
Expand Down
2 changes: 1 addition & 1 deletion src/move/econia/sources/user.move
Expand Up @@ -2864,7 +2864,7 @@ module econia::user {
/// Emit a `FillEvent` for the market account of the maker
/// associated with a fill, if market event handles exist for the
/// indicated market account.
/*inline*/ fun emit_maker_fill_event(
inline fun emit_maker_fill_event(
event_ref: &FillEvent
) acquires MarketEventHandles {
let maker = event_ref.maker;
Expand Down

0 comments on commit f974e80

Please sign in to comment.