From c61aad4fcb8cfbbfa14c4b9225d5c93f7fb07464 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Fri, 22 Nov 2024 16:22:38 +0100 Subject: [PATCH] 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. --- client_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client_test.go b/client_test.go index 10dd898..195a797 100644 --- a/client_test.go +++ b/client_test.go @@ -2816,7 +2816,6 @@ func TestClient_DialToSMTPClientWithContext(t *testing.T) { t.Fatal("expected connection to fake to fail") } }) - } func TestClient_sendSingleMsg(t *testing.T) {