Skip to content

Commit fb23ab8

Browse files
fix code style
1 parent 29e94eb commit fb23ab8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/ui/menu_bagl.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525
// We have a screen with the icon and "Bitcoin is ready" for Bitcoin,
2626
// "Bitcoin Testnet is ready" for Bitcoin Testnet.
2727
UX_STEP_NOCB(ux_menu_ready_step_bitcoin, pnn, {&C_babylon_logo, "Babylon", "BTC Staking"});
28-
UX_STEP_NOCB(ux_menu_ready_step_bitcoin_testnet,
29-
pnn,
30-
{&C_babylon_logo, "Babylon", "BTC Staking"});
28+
UX_STEP_NOCB(ux_menu_ready_step_bitcoin_testnet, pnn, {&C_babylon_logo, "Babylon", "BTC Staking"});
3129

3230
UX_STEP_NOCB(ux_menu_version_step, bn, {"Version", APPVERSION});
3331
UX_STEP_CB(ux_menu_about_step, pb, ui_menu_about(), {&C_icon_certificate, "About"});

0 commit comments

Comments
 (0)