Remove superfluous newline at end of class MDMailFormat

This commit is contained in:
2020-11-22 01:49:39 +01:00
parent 25473f17de
commit 713fe7a251

View File

@ -312,5 +312,4 @@ final class MDMailFormat {
return wordwrap(trim($this->_msg_plain), 80);
}
}