Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Nov 27, 2024
1 parent 3c9293a commit 033faf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metroflip/scenes/metroflip_scene_credits.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ void metroflip_scene_credits_on_enter(void* context) {
furi_string_cat_printf(str, "Bip! Parser:\n rbasoalto, gornekich\n\n");
furi_string_cat_printf(str, "CharlieCard Parser:\n zacharyweiss\n\n");
furi_string_cat_printf(str, "Info Slave: equip\n\n");


widget_add_text_scroll_element(widget, 0, 0, 128, 64, furi_string_get_cstr(str));

Expand Down

0 comments on commit 033faf1

Please sign in to comment.