From 1bd55af78a903bffa4800aae2ae1d5e8259a918d Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Tue, 16 May 2023 10:38:43 +0200 Subject: [PATCH] formatting --- src/core/VictoryDisplay.ttslua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/VictoryDisplay.ttslua b/src/core/VictoryDisplay.ttslua index a6eb125c..d6d980f6 100644 --- a/src/core/VictoryDisplay.ttslua +++ b/src/core/VictoryDisplay.ttslua @@ -230,7 +230,8 @@ end function highlightCountedVP() self.editButton({ index = 4, - tooltip = (highlightCounted and "Enable" or "Disable") .. " highlighting of cards with VP." + tooltip = (highlightCounted and "Enable" or "Disable") .. + " highlighting of cards with VP." }) for _, obj in pairs(countedVP) do if obj ~= nil then