Skip to content

Commit

Permalink
style: sort out indents
Browse files Browse the repository at this point in the history
  • Loading branch information
mogusbi-motech committed May 18, 2023
1 parent a06d2b9 commit 51aa24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/auth/src/__tests__/withAuth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ describe('withAuth', () => {
initialEntries={['?error=Error&error_description=Message']}
>
<WithAuth fallback={<LoadingComponent />} onError={onError}>
<TestComponent />
</WithAuth>
<TestComponent />
</WithAuth>
</MemoryRouter>
);
}
Expand Down

0 comments on commit 51aa24d

Please sign in to comment.