mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-14 18:02:55 +01:00
Add missing newline after test function
A newline was added after an anonymous function block to improve code readability. This change adheres to proper formatting practices and enhances the maintainability of the code.
This commit is contained in:
parent
759452f346
commit
4506472319
1 changed files with 1 additions and 0 deletions
|
@ -5432,6 +5432,7 @@ func TestMsg_WriteTo(t *testing.T) {
|
|||
}
|
||||
})
|
||||
}
|
||||
|
||||
func TestMsg_Write(t *testing.T) {
|
||||
message := testMessage(t)
|
||||
if _, err := message.Write(io.Discard); err != nil {
|
||||
|
|
Loading…
Reference in a new issue