From 5f1a41c0d7a0444fc1bc8b659b8aca719dbf57c7 Mon Sep 17 00:00:00 2001 From: tapframe Date: Tue, 10 Jun 2025 03:04:41 +0530 Subject: [PATCH] Fix missing newline at end of file in SourcesModal component --- src/components/player/modals/SourcesModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/modals/SourcesModal.tsx b/src/components/player/modals/SourcesModal.tsx index 1ed50356..3bfd7250 100644 --- a/src/components/player/modals/SourcesModal.tsx +++ b/src/components/player/modals/SourcesModal.tsx @@ -638,4 +638,4 @@ const SourcesModal: React.FC = ({ ); }; -export default SourcesModal; \ No newline at end of file +export default SourcesModal; \ No newline at end of file