Skip to content

Commit

Permalink
fix(#273): add missing new line at the end of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
CorinaMurg committed Oct 21, 2024
1 parent 4bc7c76 commit 883b84e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/LinkCustom/LinkCustom.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ describe('LinkCustom Component', () => {
expect(link).toHaveTextContent('Test link');
expect(link).toHaveAttribute('href', 'https://example.com');
});
});
});
2 changes: 1 addition & 1 deletion components/WeeklyPickButton/WeeklyPickButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ const WeeklyPickButton: React.FC<WeeklyPickButtonProps> = ({
);
};

export { WeeklyPickButton };
export { WeeklyPickButton };

0 comments on commit 883b84e

Please sign in to comment.