From 846105b0be3959b1748055d324b419f8cb9a6551 Mon Sep 17 00:00:00 2001
From: "Adam D. Ruppe" <destructionator@gmail.com>
Date: Fri, 16 Jul 2021 15:09:17 -0400
Subject: [PATCH] style

---
 email.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/email.d b/email.d
index 39be8fe..356a0a4 100644
--- a/email.d
+++ b/email.d
@@ -351,7 +351,7 @@ class MimePart {
 	string gpgproto;
 
 	MimeAttachment toMimeAttachment() {
-        if(type == "multipart/mixed" && stuff.length == 1)
+		if(type == "multipart/mixed" && stuff.length == 1)
 			return stuff[0].toMimeAttachment;
 
 		MimeAttachment att;