mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
mfkeys.lua: Align empty cells in the table.
This commit is contained in:
parent
392301aaab
commit
f88fa399bc
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ local function displayresults(results)
|
|||
for sector,_ in pairs(results) do
|
||||
blockNo, keyA, keyB = unpack(_)
|
||||
|
||||
print(("| %3d | %3d |%s|%s|"):format(sector, blockNo, keyA, keyB ))
|
||||
print(("| %3d | %3d |%12s|%12s|"):format(sector, blockNo, keyA, keyB))
|
||||
end
|
||||
print("|--------------------------------------|")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue