Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wallace committed Mar 17, 2022
1 parent 6beecba commit a935853
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion applications/nfc/scenes/nfc_scene_mifare_desfire_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ void nfc_scene_mifare_desfire_app_on_enter(void* context) {
if(!app) {
popup_set_icon(nfc->popup, 5, 5, &I_WarningDolphin_45x42);
popup_set_header(nfc->popup, "Internal Error!", 55, 12, AlignLeft, AlignBottom);
popup_set_text(nfc->popup, "No app selected.\nThis should\nnever happen,\nplease file a bug.", 55, 15, AlignLeft, AlignTop);
popup_set_text(
nfc->popup,
"No app selected.\nThis should\nnever happen,\nplease file a bug.",
55,
15,
AlignLeft,
AlignTop);
view_dispatcher_switch_to_view(nfc->view_dispatcher, NfcViewPopup);
FURI_LOG_E(TAG, "Bad state. No app selected?");
return;
Expand Down

0 comments on commit a935853

Please sign in to comment.