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:
Winni Neessen 2024-11-22 16:22:38 +01:00
parent b4d3b165ed
commit c61aad4fcb
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -2816,7 +2816,6 @@ func TestClient_DialToSMTPClientWithContext(t *testing.T) {
t.Fatal("expected connection to fake to fail")
}
})
}
func TestClient_sendSingleMsg(t *testing.T) {