Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kearfy committed Oct 18, 2023
1 parent c53c663 commit ec85f04
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ export function FeatureFlagProvider<
});
}, []);

return createElement(FeatureFlagContext.Provider, { value: featureFlags }, children);
return createElement(
FeatureFlagContext.Provider,
{ value: featureFlags },
children,
);
}

// deno-lint-ignore no-explicit-any
Expand Down

0 comments on commit ec85f04

Please sign in to comment.