commit | 0c1629d41040ba667917204d486dd07ef0cc3dac | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Fri Dec 06 19:51:36 2013 -0600 |
committer | Jon Perritt <jrperritt@gmail.com> | Fri Dec 06 19:51:36 2013 -0600 |
tree | 393432a2c656ced2f3d81a688fd0419b5909518f | |
parent | b1ead74d29eaf1e4500dcca51677da444cae1a76 [diff] [blame] |
go fmt
diff --git a/context.go b/context.go index 21d0ae0..7f74551 100644 --- a/context.go +++ b/context.go
@@ -94,7 +94,7 @@ } } if strings.Contains(name, "://") { - p = Provider { + p = Provider{ AuthEndpoint: name, } return p, nil