Skip to content

Commit 59e88cf

Browse files
committed
oidc-exchange: reflow
Signed-off-by: William Woodruff <[email protected]>
1 parent b49707e commit 59e88cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oidc-exchange.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ def assert_successful_audience_call(resp: requests.Response, domain: str):
112112
die(
113113
dedent(
114114
f"""
115-
Token request failed: the index produced an unexpected {mint_token_resp.status_code} response.
115+
Token request failed: the index produced an unexpected
116+
{mint_token_resp.status_code} response.
116117
117118
This strongly suggests a server configuration or downtime issue; wait
118119
a few minutes and try again.

0 commit comments

Comments
 (0)