format code

This commit is contained in:
DefectingCat
2023-05-22 09:19:47 +08:00
parent 1b3c4dc6bf
commit e446d7ccd3
3 changed files with 3 additions and 3 deletions

View File

@ -79,4 +79,4 @@ const GistsCode = ({ file, showFileName = false }: Props) => {
);
};
export default memo(GistsCode);
export default memo(GistsCode);

View File

@ -51,4 +51,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@ -147,4 +147,4 @@ export const getSignalGist = cache(async (id: string) => {
);
return data;
});
});