mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-28 16:37:15 +02:00
lint fix.
This commit is contained in:
parent
a6afccd079
commit
fc6997d2ac
3 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
package file
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"io/ioutil"
|
||||
"encoding/json"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"fmt"
|
||||
"sync"
|
||||
|
@ -101,7 +101,7 @@ func (manager *MembersDatabaseCtx) deserialize() (map[string]types.MemberProfile
|
|||
return nil, err
|
||||
}
|
||||
|
||||
raw, err := ioutil.ReadAll(file)
|
||||
raw, err := ioutil.ReadAll(file)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue