Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Jun 3, 2024
1 parent 059b76e commit 565c024
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/flipenigma_text.c
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,15 @@ void text_input_callback(void* context) {
text_box_set_text(app->text_box, TEXT_PLUGBOARD_ERROR);
// Set show_text_box boolean
show_text_box = true;

flipenigma_play_bad_bump(app);
} else {
text_normalize_spacing(app->input_plugboard_text, app->plain_text, 2);
// Populate text box with plugboard text
text_box_set_text(app->text_box, app->plain_text);
// Set show_text_box boolean
show_text_box = true;

flipenigma_play_happy_bump(app);
}
// text_input_set_header_text(app->plugboard_input, app->input_plugboard_text);
Expand Down

0 comments on commit 565c024

Please sign in to comment.