Skip to content

Commit

Permalink
chore(formatting): Fix formatting in auth/src/index.ts (#11792)
Browse files Browse the repository at this point in the history
Very minor issue introduced by
#11766

The reason it went unnoticed is code formatting with prettier was
broken, so I had gotten used to just ignoring the format check failures.
This is being worked around by
#11791
  • Loading branch information
Tobbe committed Jan 16, 2025
1 parent a159103 commit 348f0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export type { AuthContextInterface, CurrentUser } from './AuthContext.js'
export type { AuthProviderProps } from './AuthProvider/AuthProvider.js';
export type { AuthProviderProps } from './AuthProvider/AuthProvider.js'
export { useNoAuth } from './useAuth.js'
export type { UseAuth } from './useAuth.js'
export { createAuthentication } from './authFactory.js'
Expand Down

0 comments on commit 348f0fe

Please sign in to comment.