Skip to content

Commit 36efd6a

Browse files
committed
fix codestyle
1 parent cb39f70 commit 36efd6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/auth-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,4 +572,4 @@ export function scopedKeys<
572572
return keys.map(
573573
(key) => `openid:${provider}:${key}` as `openid:${(typeof OPENID_PROVIDER_URLS)[P]}:${K}`,
574574
);
575-
}
575+
}

0 commit comments

Comments
 (0)