Skip to content

Commit

Permalink
Minor coding style update
Browse files Browse the repository at this point in the history
  • Loading branch information
abitmore committed Sep 13, 2018
1 parent fd1c091 commit 129e89c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/chain/market_evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ void_result call_order_update_evaluator::do_apply(const call_order_update_operat
call.debt = new_debt;
if( before_core_hardfork_1270 ) // don't update call_price after core-1270 hard fork
{
call.call_price = price::call_price(call.get_debt(), call.get_collateral(),
_bitasset_data->current_feed.maintenance_collateral_ratio);
call.call_price = price::call_price( call.get_debt(), call.get_collateral(),
_bitasset_data->current_feed.maintenance_collateral_ratio );
}
call.target_collateral_ratio = o.extensions.value.target_collateral_ratio;
});
Expand Down

0 comments on commit 129e89c

Please sign in to comment.