diff --git a/app/gists/gists-code.tsx b/app/gists/gists-code.tsx index 418a2a0..4546c49 100644 --- a/app/gists/gists-code.tsx +++ b/app/gists/gists-code.tsx @@ -79,4 +79,4 @@ const GistsCode = ({ file, showFileName = false }: Props) => { ); }; -export default memo(GistsCode); \ No newline at end of file +export default memo(GistsCode); diff --git a/app/layout.tsx b/app/layout.tsx index 9ae2bd8..10ea360 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -51,4 +51,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/lib/fetcher.ts b/lib/fetcher.ts index 10b77c2..cfbbdb7 100644 --- a/lib/fetcher.ts +++ b/lib/fetcher.ts @@ -147,4 +147,4 @@ export const getSignalGist = cache(async (id: string) => { ); return data; -}); \ No newline at end of file +});