From c044ec5b31afe452606484ebdafa05a99bb0a0c5 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Thu, 21 Jan 2021 17:44:45 +0200 Subject: [PATCH] Code cleanup --- source/client/client.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/client/client.d b/source/client/client.d index b164c9a..f36dfea 100644 --- a/source/client/client.d +++ b/source/client/client.d @@ -174,7 +174,7 @@ public final class ButterflyClient : Thread /* Set the response to be the mail message's ID */ JSONValue response; - response["mailID"] =storedMail.getMailID(); + response["mailID"] = storedMail.getMailID(); responseBlock["response"] = response; } else