Apply clang-format to compound_plugin
This commit is contained in:
@@ -158,10 +158,10 @@ void compound_plugin_call(int message, void *parameters) {
|
||||
case COMPOUND_REDEEM_UNDERLYING:
|
||||
case COMPOUND_MINT:
|
||||
case CETH_MINT:
|
||||
msg->result =
|
||||
get_underlying_asset_decimals((char *)&context->ticker_1, &context->decimals)
|
||||
? ETH_PLUGIN_RESULT_OK
|
||||
: ETH_PLUGIN_RESULT_FALLBACK;
|
||||
msg->result = get_underlying_asset_decimals((char *) &context->ticker_1,
|
||||
&context->decimals)
|
||||
? ETH_PLUGIN_RESULT_OK
|
||||
: ETH_PLUGIN_RESULT_FALLBACK;
|
||||
break;
|
||||
|
||||
// Only case where we use the compound contract decimals
|
||||
|
||||
Reference in New Issue
Block a user