Skip to content

Commit 72ba3aa

Browse files
committed
stylua
1 parent fd24b17 commit 72ba3aa

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

gamemodes/terrortown/gamemode/client/cl_search.lua

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -322,14 +322,13 @@ function SEARCHSCREEN:Show(data)
322322

323323
local order = v.order or (defaultItemsNum + customItemsIndex)
324324

325-
self:MakeInfoItem(contentAreaScroll, k,
326-
{
327-
iconMaterial = v.img and Material(v.img) or nil,
328-
iconText = isfunction(v.text_icon) and v.text_icon or nil,
329-
text = istable(v.text) and v.text or { title = { body = v.title }, text = { { body = v.text } } },
330-
colorBox = v.bg_color
331-
},
332-
v.height, order)
325+
self:MakeInfoItem(contentAreaScroll, k, {
326+
iconMaterial = v.img and Material(v.img) or nil,
327+
iconText = isfunction(v.text_icon) and v.text_icon or nil,
328+
text = istable(v.text) and v.text or
329+
{ title = { body = v.title }, text = { { body = v.text } } },
330+
colorBox = v.bg_color
331+
}, v.height, order)
333332
end
334333
end
335334

0 commit comments

Comments
 (0)