Skip to content

Commit b52bef1

Browse files
committed
Fix linter error
1 parent dbdf79e commit b52bef1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

votingUtils.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ function EU:OnEnable()
321321
self.Log("Enabled", self.version)
322322
self:SetupComms()
323323
-- Get the voting frame
324+
---@class RCVotingFrame
324325
self.votingFrame = addon:GetActiveModule("votingframe")
325326
-- Crap a copy of the cols
326327
self.originalCols = { unpack(self.votingFrame.scrollCols) }
@@ -505,7 +506,7 @@ function EU:SetupColumns()
505506
found = true
506507
end
507508
end
508-
if not found then
509+
if not found then
509510
self.Log:D("Found 3rd party col:", v.colName)
510511
tinsert(cols, v)
511512
cols[#cols].pos = i

0 commit comments

Comments
 (0)