- linter fixes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-03-22 21:55:12 +01:00
parent e12a27e4e1
commit 3420694287

View File

@@ -729,7 +729,7 @@ local function musicator_sequence_to_pattern(sequence, bpm, spd)
local result = {}
for i, note in ipairs(sequence) do
if not note ~= "..." then
if note ~= "..." then
local at_ms = musicator_row_to_frame(i, bpm, spd)
local direction = musicator_note_to_direction(note)