gofmt. remove extra whitespace

This commit is contained in:
Anthony Woods 2015-03-17 23:42:16 +08:00
parent bce62c49d0
commit fc5839d8f1

View File

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