mfkeys.lua: Align empty cells in the table.

This commit is contained in:
Arnie97 2018-01-25 14:48:12 +08:00
parent 392301aaab
commit f88fa399bc

View file

@ -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("|--------------------------------------|")