Skip to content

Commit

Permalink
Remove extra blank line in client_test.go
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wneessen committed Nov 22, 2024
1 parent b4d3b16 commit c61aad4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2816,7 +2816,6 @@ func TestClient_DialToSMTPClientWithContext(t *testing.T) {
t.Fatal("expected connection to fake to fail")
}
})

}

func TestClient_sendSingleMsg(t *testing.T) {
Expand Down

0 comments on commit c61aad4

Please sign in to comment.