Skip to content

Commit

Permalink
style: fix code style issues with gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Aug 3, 2023
1 parent 476b91f commit e577cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sound.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func readSound(f *os.File, size uint32) (*Sound, error) {
if s.Position() < s.Len() {
return nil, nil
}
break;
break
}
}
return &Sound{wavData, fmt, s.Len()}, nil
Expand Down

0 comments on commit e577cfa

Please sign in to comment.