Remove superfluous newline at end of class MDMailFormat

This commit is contained in:
Joshua Ramon Enslin 2020-11-22 01:49:39 +01:00
parent 25473f17de
commit 713fe7a251
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

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