From 1151ff1b26335bd386a02db93b33a6e3b7df2da0 Mon Sep 17 00:00:00 2001 From: FermeLeLundi Date: Fri, 29 Nov 2024 15:42:17 +0000 Subject: [PATCH] Update modules/keying/keying.go Remove trailing whitespace --- modules/keying/keying.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/keying/keying.go b/modules/keying/keying.go index ff3805c14f..6082a91e8f 100644 --- a/modules/keying/keying.go +++ b/modules/keying/keying.go @@ -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 {