mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -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",
|
||||
card_number,
|
||||
balance_eur,
|
||||
balancecentsi);
|
||||
balance_cents);
|
||||
parsed = true;
|
||||
} while(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user