Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquefynn committed Jul 4, 2024
1 parent db22b71 commit 7a037c4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/handle_query_contract_ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,7 @@ static bool eigenlayer_complete_queued_withdrawal_ui(ethQueryContractUI_t *msg,

case 4:
strlcpy(msg->title, "Start Block", msg->titleLength);
amountToString(context->os_token_shares,
4,
0,
"",
msg->msg,
msg->msgLength);
amountToString(context->os_token_shares, 4, 0, "", msg->msg, msg->msgLength);
return true;

case 5:
Expand Down

0 comments on commit 7a037c4

Please sign in to comment.