mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-16 04:24:45 -07:00
Fixed clang format and typo in var balance_cents
This commit is contained in:
@@ -172,7 +172,7 @@ static bool washcity_parse(const NfcDevice* device, FuriString* parsed_data) {
|
|||||||
"\e#WashCity\nCard number: %s\nBalance: %lu.%02u EUR",
|
"\e#WashCity\nCard number: %s\nBalance: %lu.%02u EUR",
|
||||||
card_number,
|
card_number,
|
||||||
balance_eur,
|
balance_eur,
|
||||||
balancecentsi);
|
balance_cents);
|
||||||
parsed = true;
|
parsed = true;
|
||||||
} while(false);
|
} while(false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user