From 713fe7a251760d6cfad463fd55a119804bfed3e5 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sun, 22 Nov 2020 01:49:39 +0100 Subject: [PATCH] Remove superfluous newline at end of class MDMailFormat --- src/MDMailFormat.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MDMailFormat.php b/src/MDMailFormat.php index 2d179a1..44a1196 100644 --- a/src/MDMailFormat.php +++ b/src/MDMailFormat.php @@ -312,5 +312,4 @@ final class MDMailFormat { return wordwrap(trim($this->_msg_plain), 80); } - }