Skip to content

Commit

Permalink
fix stylua bitching
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenrys committed May 22, 2024
1 parent e877c6f commit f9a938f
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,7 @@ if CLIENT then
local wNick = w - h - self.padding

draw.Box(xPos + self.padding, yPos, w - self.padding, heightBar, color)
self:DrawLines(
xPos + self.padding,
yPos,
w - self.padding,
heightBar,
color.a
)
self:DrawLines(xPos + self.padding, yPos, w - self.padding, heightBar, color.a)

for i = 1, #data do
local yValue = math.floor(data[i] * 0.5 * heightBar - 4 * self.scale)
Expand Down

0 comments on commit f9a938f

Please sign in to comment.