From 902d284ef98d59f23142418148711b1ad606c07e Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Sat, 11 Nov 2023 13:36:14 +0100 Subject: [PATCH] run formatter --- src/AuthContextInterface.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AuthContextInterface.ts b/src/AuthContextInterface.ts index b1501553..3baf1717 100644 --- a/src/AuthContextInterface.ts +++ b/src/AuthContextInterface.ts @@ -174,4 +174,4 @@ export interface AuthContextProps { * Auth state: True until the library has been initialized. */ isLoading: boolean; -} \ No newline at end of file +}