Skip to content

Commit 5ac8e3b

Browse files
committed
Formatting
1 parent 9f8f48e commit 5ac8e3b

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)