Skip to content

Commit

Permalink
Handling requested changes.
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: matrushka <barisgumustas@gmail.com>
  • Loading branch information
matrushka committed Feb 15, 2018
1 parent 40aeea6 commit e338cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keystore/keystore.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (ks *FSKeystore) List() ([]string, error) {
return nil, err
}

list := make([]string, 0)
list := make([]string, 0, len(dirs))

for _, name := range dirs {
err := validateName(name)
Expand Down

0 comments on commit e338cdf

Please sign in to comment.