chg: Removed a whitespace

pull/804/head
Sami Tainio 2021-11-01 13:41:51 +02:00 committed by GitHub
parent 8772c1fa5e
commit 25fb7b5a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ class EMailObject(AbstractMISPObjectGenerator):
if "Bcc" in message:
self.__add_emails("bcc", message["Bcc"])
if "Cc" in message:
self.__add_emails("cc", message["Cc"])