Linting..

This commit is contained in:
Bruce Marriner 2016-12-11 12:50:12 -06:00
parent 9e777a083b
commit cc272d6f14

View file

@ -131,7 +131,7 @@ func loadSound() error {
// If this is the end of the file, just return. // If this is the end of the file, just return.
if err == io.EOF || err == io.ErrUnexpectedEOF { if err == io.EOF || err == io.ErrUnexpectedEOF {
file.Close() err := file.Close()
if err != nil { if err != nil {
return err return err
} }