Remove empty line

This commit is contained in:
ekzyis 2023-12-22 06:53:55 +01:00
parent 5e60487ae2
commit 5d08b08162
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ func assertConversationKeyGenerationSec(t *testing.T, sk1 string, sk2 string, co
}
func assertConversationKeyGenerationPub(t *testing.T, sk1 string, pub2 string, conversationKey string) bool {
var (
sendPrivkey *secp256k1.PrivateKey
recvPubkey *secp256k1.PublicKey