mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-23 14:10:50 +01:00
Remove extra blank line in client_test.go
This change removes an unnecessary blank line at the end of the TestClient_sendSingleMsg function in the client_test.go file. Keeping the code clean and properly formatted improves readability and maintainability.
This commit is contained in:
parent
b4d3b165ed
commit
c61aad4fcb
1 changed files with 0 additions and 1 deletions
|
@ -2816,7 +2816,6 @@ func TestClient_DialToSMTPClientWithContext(t *testing.T) {
|
|||
t.Fatal("expected connection to fake to fail")
|
||||
}
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
func TestClient_sendSingleMsg(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue