diff --git a/src_plugins/compound/compound_plugin.c b/src_plugins/compound/compound_plugin.c index 90c2d4a..5a0742d 100644 --- a/src_plugins/compound/compound_plugin.c +++ b/src_plugins/compound/compound_plugin.c @@ -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