some linting things

This commit is contained in:
Joel Wetzell
2026-05-17 09:22:14 -05:00
parent d6d4ac4419
commit 6aadaedb5d
5 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ func readOSCArg(bytes []byte, oscType string) (OSCArg, []byte, error) {
oscArg := OSCArg{}
oscArg.Type = oscType
remainingBytes := []byte{}
var remainingBytes []byte
//TODO(jwetzell): add error handling
switch oscType {
case "s":