forked from pothtonswer/discordmuffin
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 err == io.EOF || err == io.ErrUnexpectedEOF {
|
||||
file.Close()
|
||||
err := file.Close()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue