whisper/whisperv6: fix whitespace

This commit is contained in:
Felix Lange 2017-12-06 16:36:59 +01:00
parent a340851ea0
commit ab3763c279

View file

@ -61,4 +61,4 @@ func TestEnvelopeOpenAcceptsOnlyOneKeyTypeInFilter(t *testing.T) {
if decrypted != nil {
t.Fatalf("Managed to decrypt a message with an invalid filter, seed %d", seed)
}
}
}