Skip to content

Commit 9c3c4a9

Browse files
committed
Update selection_refiner.lua
Fixed the lint warning on line 256.
1 parent dee0bb7 commit 9c3c4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/selection_refiner.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ local function user_chooses(rgn)
253253
finenv.UI():AlertInfo(info_notes, "About " .. name)
254254
end
255255
-- indicator and control arrays for "start" [1] and "end" [2]:
256-
local measure, sliders, offset, save_off, header = {}, {}, {}, {}, {}
256+
local measure, sliders, offset, save_off = {}, {}, {}, {}
257257
local rest, buttons, index, staff_sel, actions = {}, {}, {}, {}, {}
258258
local follow
259259
local max_measure, max_slot, staff_list = score_limits(rgn)

0 commit comments

Comments
 (0)