Skip to content

Commit

Permalink
fix: address linting issue of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle254 committed Nov 12, 2024
1 parent b6930d0 commit eb4b99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(main)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const Login = (): React.JSX.Element => {
</Form>
</div>
</>
}
}
</section>
);
};
Expand Down

0 comments on commit eb4b99f

Please sign in to comment.