go fmt
This commit is contained in:
parent
af68fd9bbc
commit
658216f605
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ func runserver(t *testing.T, server *smtpd.Server) (addr string, closer func())
|
||||||
ln.Close()
|
ln.Close()
|
||||||
}()
|
}()
|
||||||
|
|
||||||
return ln.Addr().String(), func () {
|
return ln.Addr().String(), func() {
|
||||||
done <- true
|
done <- true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue