fixed autoformatting

This commit is contained in:
Chr1Z93 2023-05-16 10:37:23 +02:00
parent ac5788ef75
commit bbc8c5599d

View File

@ -230,8 +230,7 @@ end
function highlightCountedVP() function highlightCountedVP()
self.editButton({ self.editButton({
index = 4, index = 4,
tooltip = (highlightCounted and "Enable" or "Disable") .. tooltip = (highlightCounted and "Enable" or "Disable") .. " highlighting of cards with VP."
" highlighting of cards with VP."
}) })
for _, obj in pairs(countedVP) do for _, obj in pairs(countedVP) do
if obj ~= nil then if obj ~= nil then