Skip to content

Commit

Permalink
Fix some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Dec 2, 2022
1 parent 678bcdd commit 60469ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KillTrack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ function KT.Events.ENCOUNTER_END(self, _, _, _, size)
end
end

TooltipDataProcessor.AddTooltipPostCall(Enum.TooltipDataType.Unit,function(self, data)
TooltipDataProcessor.AddTooltipPostCall(Enum.TooltipDataType.Unit, function(self)
if not KT.Global.TOOLTIP then return end
local _, unit = self:GetUnit()
if not unit then return end
Expand Down

0 comments on commit 60469ae

Please sign in to comment.