mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-20 20:07:03 +01:00
Update modules/keying/keying.go
Remove trailing whitespace
This commit is contained in:
parent
75f703326f
commit
1151ff1b26
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ var (
|
|||
ContextTOTP Context = "totp"
|
||||
)
|
||||
|
||||
// Derive *the* key for a given context, this is a deterministic function.
|
||||
// Derive *the* key for a given context, this is a deterministic function.
|
||||
// The same key will be provided for the same context.
|
||||
func DeriveKey(context Context) *Key {
|
||||
if len(prk) == 0 {
|
||||
|
|
Loading…
Reference in a new issue