Apply clang-format to compound_plugin

This commit is contained in:
pscott
2021-03-25 10:44:58 +01:00
parent 013538e9fe
commit 75861077a3

View File

@@ -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