1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

gofmt on smtpd

This commit is contained in:
James Hillyerd
2012-10-07 17:04:39 -07:00
parent cb388e94b2
commit cbba067673
2 changed files with 295 additions and 298 deletions

View File

@@ -357,5 +357,3 @@ func (ss *Session) warn(msg string, args ...interface {}) {
func (ss *Session) error(msg string, args ...interface{}) {
ss.server.error("<%v> %v", ss.id, fmt.Sprintf(msg, args...))
}

View File

@@ -51,4 +51,3 @@ func (s *Server) Start() {
}
}
}