- lint fixes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-03-22 22:24:36 +01:00
parent 7c3a011ffc
commit 8b0bcdbe95

View File

@@ -678,7 +678,7 @@ local function musicator_generate_sequence(model_data, length)
-- generation loop
while musicator_count_notes(seq) < length do
local current_key = table.concat({table.unpack(seq, #seq - order + 1, #seq)}, "|")
local current_key = table.concat({table.unpack(seq, #seq - order + 1, #seq)}, "|") -- luacheck: ignore
local chosen = "..."