Skip to content

Commit

Permalink
[lint] refs #199 Solve lint error in MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Jan 8, 2020
1 parent 9408506 commit 2944e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coin/skycoin/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func GetDataRefreshTimeout() uint64 {
return 0
}

keyValue := make(map[string]string, 0)
keyValue := make(map[string]string)
err = json.Unmarshal([]byte(value), &keyValue)
if err != nil {
return 0
Expand Down

0 comments on commit 2944e44

Please sign in to comment.