Skip to content

Commit f9a938f

Browse files
committed
fix stylua bitching
1 parent e877c6f commit f9a938f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

gamemodes/terrortown/gamemode/shared/hud_elements/tttvoice/pure_skin_voice.lua

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,7 @@ if CLIENT then
5555
local wNick = w - h - self.padding
5656

5757
draw.Box(xPos + self.padding, yPos, w - self.padding, heightBar, color)
58-
self:DrawLines(
59-
xPos + self.padding,
60-
yPos,
61-
w - self.padding,
62-
heightBar,
63-
color.a
64-
)
58+
self:DrawLines(xPos + self.padding, yPos, w - self.padding, heightBar, color.a)
6559

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

0 commit comments

Comments
 (0)