Minor gofmt change

pull/146/head
Jordan Wright 2016-02-09 22:29:13 -06:00
parent c436bdb514
commit 7f381f861e
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ import (
"net/http" "net/http"
"net/mail" "net/mail"
"github.com/jordan-wright/email"
"github.com/gophish/gophish/models" "github.com/gophish/gophish/models"
"github.com/jordan-wright/email"
) )
// ParseMail takes in an HTTP Request and returns an Email object // ParseMail takes in an HTTP Request and returns an Email object