Whitespace normalization.
diff --git a/Lib/email/Message.py b/Lib/email/Message.py
index 5822bad..d03b43f 100644
--- a/Lib/email/Message.py
+++ b/Lib/email/Message.py
@@ -20,7 +20,7 @@
paramre = re.compile(r';\s*')
-
+
class Message:
"""Basic message object for use inside the object tree.
@@ -430,7 +430,7 @@
def get_charsets(self, failobj=None):
"""Return a list containing the charset(s) used in this message.
-
+
The returned list of items describes the Content-Type: headers'
charset parameter for this message and all the subparts in its
payload.