Merge pull request #1609 from raintank/1606

gofmt. remove extra whitespace
This commit is contained in:
Anthony Woods 2015-03-18 00:55:06 +08:00
commit 422324723a

View File

@ -61,7 +61,7 @@ func getOrgIdForNewUser(userEmail string, sess *session) (int64, error) {
Id: org.Id,
Name: org.Name,
})
return org.Id, nil
}