Skip to content

Commit

Permalink
fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Mar 23, 2024
1 parent 5dd3520 commit df3cbe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void nfc_magic_scene_gen4_show_info_on_enter(void* context) {
/////////////////////////////////////////////////////////////////////////////////////////////////////

// Configuration type:
furi_string_cat_printf(output, "%s", gen4_get_configuration_name(&gen4->config));
furi_string_cat_printf(output, "%s\n", gen4_get_configuration_name(&gen4->config));

// UID len
furi_string_cat_printf(
Expand Down

0 comments on commit df3cbe9

Please sign in to comment.