Typo
diff --git a/Lib/email/Message.py b/Lib/email/Message.py
index 8b4f8bd..65e3c6d 100644
--- a/Lib/email/Message.py
+++ b/Lib/email/Message.py
@@ -57,7 +57,7 @@
         return Utils.unquote(value)
 
 
- 
+
 class Message:
     """Basic message object for use inside the object tree.