Skip to content

Commit b86c40d

Browse files
committed
Formatting
1 parent 322320f commit b86c40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-exp/src/core/user/user_impl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,4 @@ export class UserImpl implements User {
321321

322322
export function userFromJSON(auth: externs.Auth, json: string): externs.User {
323323
return UserImpl._fromJSON(_castAuth(auth), JSON.parse(json));
324-
}
324+
}

0 commit comments

Comments
 (0)