Skip to content

Commit 0d9659a

Browse files
coding-boboclaude
andcommitted
style: prettier formatting
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5011069 commit 0d9659a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/scenarios/client/auth/wif-jwt-bearer.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ export class WifJwtBearerScenario implements Scenario {
153153
this.failedOnce = true;
154154
return {
155155
error: 'invalid_scope',
156-
errorDescription: 'Requested scope is not permitted for this grant'
156+
errorDescription:
157+
'Requested scope is not permitted for this grant'
157158
};
158159
}
159160
return {

0 commit comments

Comments
 (0)