Format --nobuild

This commit is contained in:
Willy-JL
2023-10-22 03:39:53 +01:00
parent 1cbd51a238
commit 942ef2c5b7
2 changed files with 4 additions and 6 deletions

View File

@@ -24,8 +24,6 @@
#define TEXT_BUFFER_SIZE 256
typedef struct {
Gui* gui;
// NotificationApp* notification;
@@ -50,7 +48,7 @@ typedef struct {
char import_mnemonic_text[TEXT_BUFFER_SIZE];
char input_text[TEXT_BUFFER_SIZE];
void (* wallet_create)(void* context);
void (*wallet_create)(void* context);
} FlipBip;
typedef enum {