Skip to content

Commit

Permalink
extra new lines
Browse files Browse the repository at this point in the history
Signed-off-by: Will Chou <[email protected]>
  • Loading branch information
wichopy committed Jan 4, 2025
1 parent f3590c5 commit 7a24d66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react/src/provider/use-open-feature-client-status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useOpenFeatureClient } from './use-open-feature-client';
import type { ProviderStatus } from '@openfeature/web-sdk';
import { ProviderEvents } from '@openfeature/web-sdk';


/**
* Get the {@link ProviderStatus} for the OpenFeatureClient.
* @returns {ProviderStatus} status of the client for this scope
Expand All @@ -30,6 +29,5 @@ export function useOpenFeatureClientStatus(): ProviderStatus {
};
}, [client]);


return status;
}

0 comments on commit 7a24d66

Please sign in to comment.