From 292e4fbe8dd1478327c12487b7e9d37d1cd5e12f Mon Sep 17 00:00:00 2001 From: luk3yx Date: Tue, 8 Nov 2022 22:06:15 +1300 Subject: [PATCH] Code style --- shop.lua | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/shop.lua b/shop.lua index f719227..f9863e3 100644 --- a/shop.lua +++ b/shop.lua @@ -192,13 +192,17 @@ end local gui = flow.widgets local item_picker = flow.make_gui(function(player, ctx) - local rows = {name='items', w = 11.8, h = 5.8, custom_scrollbar = { - w = 0.9, - scrollbar_bg = "inventory_creative_scrollbar_bg.png", - slider = "inventory_creative_slider.png", - arrow_up = "inventory_creative_arrow_up.png", - arrow_down = "inventory_creative_arrow_down.png", - }} + local rows = { + name = "items", + w = 11.8, h = 5.8, + custom_scrollbar = { + w = 0.9, + scrollbar_bg = "inventory_creative_scrollbar_bg.png", + slider = "inventory_creative_slider.png", + arrow_up = "inventory_creative_arrow_up.png", + arrow_down = "inventory_creative_arrow_down.png", + } + } local query = ctx.form.Dsearch and lower(ctx.form.Dsearch) or ""