Skip to content

Commit 495a780

Browse files
committed
fix: Reformat code after merge from github
1 parent 302e0e2 commit 495a780

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/inheritance_app/inheritance_priv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
#include <stdint.h>
1717

1818
#include "card_fetch_data.h"
19-
#include "inheritance_context.h"
20-
#include "ui_input_text.h"
2119
#include "ed25519.h"
2220
#include "inheritance/core.pb.h"
21+
#include "inheritance_context.h"
22+
#include "ui_input_text.h"
2323
#include "wallet.h"
2424

2525
/*****************************************************************************

src/card_operations/card_fetch_data.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*****************************************************************************/
1414

1515
#include <assert.h>
16+
1617
#include "card_operation_typedefs.h"
1718
#include "stdbool.h"
1819
#include "stdint.h"

0 commit comments

Comments
 (0)