forked from remote/oauth2
all: gofmt
Gofmt to update doc comments to the new formatting. For golang/go#51082. Change-Id: Id333e34e0c5cd0bea79dcf5dd51130639597b2ee Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/399616 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Russ Cox <rsc@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com>
This commit is contained in:
@@ -19,7 +19,7 @@ var Amazon = oauth2.Endpoint{
|
||||
|
||||
// Battlenet is the endpoint for Battlenet.
|
||||
var Battlenet = oauth2.Endpoint{
|
||||
AuthURL: "https://battle.net/oauth/authorize",
|
||||
AuthURL: "https://battle.net/oauth/authorize",
|
||||
TokenURL: "https://battle.net/oauth/token",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user