Skip to content

Commit

Permalink
refactor: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wyskoj committed Aug 1, 2024
1 parent 5367a3f commit b74c8bc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ public class StandardMidiFileWriter {
addAll(intToVlq(event.data.size))
addAll(event.data.toList())
}

else -> Unit
}
}

Expand Down

0 comments on commit b74c8bc

Please sign in to comment.