Skip to content

Commit

Permalink
style: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moonD4rk committed Mar 18, 2021
1 parent d8349d3 commit 85b5155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/browser_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ func (c *Chromium) InitSecretKey() error {
}
// @https://source.chromium.org/chromium/chromium/src/+/master:components/os_crypt/os_crypt_linux.cc
key := pbkdf2.Key(chromeSecret, chromeSalt, 1, 16, sha1.New)
c.SecretKey = key
c.secretKey = key
return nil
}

0 comments on commit 85b5155

Please sign in to comment.