From 6359471c5e09c5cc4499e71b2618a3ec4b4fcdf4 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 23 Mar 2025 23:14:18 +0100 Subject: [PATCH] make style --- client/luascripts/lf_t55xx_multiwriter.lua | 8 ++++---- doc/commands.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/luascripts/lf_t55xx_multiwriter.lua b/client/luascripts/lf_t55xx_multiwriter.lua index be8305abc..6d23f71eb 100644 --- a/client/luascripts/lf_t55xx_multiwriter.lua +++ b/client/luascripts/lf_t55xx_multiwriter.lua @@ -176,7 +176,7 @@ local function get_uid_from_user() local uid = extract_uid(log_content) if uid and #uid == 10 then print("Readed EM4102 ID: " ..ac.green.. uid ..ac.reset) - return uid + return uid else io.write(ac.yellow .. "Error reading UID. Please adjust FOB position and press Enter..." .. ac.reset) io.read() @@ -221,8 +221,8 @@ end local function main(args) for o, a in getopt.getopt(args, 'h') do - if o == 'h' then - return help() + if o == 'h' then + return help() end end local blocks = {} @@ -254,7 +254,7 @@ local function main(args) io.write("Place the " .. ac.cyan .. "T5577" .. ac.reset .. " tag on the coil for writing and press " .. ac.cyan .. "Enter..." .. ac.reset) io.read() write(blocks, block0_value) - print(dash) + print(dash) timer(3) local verified = verify_written_data(blocks, block0_value, uid_count) while not verified do diff --git a/doc/commands.json b/doc/commands.json index 5ecc7dab5..90ba19882 100644 --- a/doc/commands.json +++ b/doc/commands.json @@ -13357,6 +13357,6 @@ "metadata": { "commands_extracted": 767, "extracted_by": "PM3Help2JSON v1.00", - "extracted_on": "2025-03-22T12:16:04" + "extracted_on": "2025-03-23T22:12:59" } }