Removed extraneous whitespace.

Change-Id: I591e9aafef142593a9ae2071ead388d9d311552f
This commit is contained in:
Patrick Jones 2021-02-12 12:04:01 -08:00
parent 3cb804a538
commit 5690716363
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ func TestExchangeToken_Err(t *testing.T) {
headers.Add("Content-Type", "application/x-www-form-urlencoded") headers.Add("Content-Type", "application/x-www-form-urlencoded")
_, err := ExchangeToken(context.Background(), ts.URL, &tokenRequest, auth, headers, nil) _, err := ExchangeToken(context.Background(), ts.URL, &tokenRequest, auth, headers, nil)
if err == nil { if err == nil {
t.Errorf(" Expected handled error; instead got nil.") t.Errorf("Expected handled error; instead got nil.")
} }
} }