Skip to content

Commit

Permalink
fix formatter and format
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtGokhan committed Jan 7, 2024
1 parent 749e467 commit d3b6442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions tests/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export function createTrackingWrapper(defaultProps: TrackingProps = {}) {

return (
<Tracking {...props}>
{ctx =>
{(ctx) => (
<TrackingHandler onHandle={spy}>{typeof children === 'function' ? children(ctx) : children}</TrackingHandler>
}
)}
</Tracking>
);
};
Expand Down

0 comments on commit d3b6442

Please sign in to comment.