Add missing newline at EOF

Ensured the file ends with a newline to comply with best practices. This change improves code readability and consistency with other files in the repository.
This commit is contained in:
Winni Neessen 2024-10-26 22:14:56 +02:00
parent 5c2831c331
commit 842d4373f2
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -1984,6 +1984,7 @@ func TestMsg_RequestMDNTo(t *testing.T) {
}
})
}
func TestMsg_RequestMDNToFormat(t *testing.T) {
t.Run("RequestMDNToFormat with valid address", func(t *testing.T) {
message := NewMsg()
@ -2006,6 +2007,7 @@ func TestMsg_RequestMDNToFormat(t *testing.T) {
}
})
}
func TestMsg_RequestMDNAddTo(t *testing.T) {
t.Run("RequestMDNAddTo with valid address", func(t *testing.T) {
message := NewMsg()