Linting..
This commit is contained in:
parent
9e777a083b
commit
cc272d6f14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue