format code

remove end of line
This commit is contained in:
DefectingCat
2023-05-17 14:58:22 +08:00
parent 221e72d783
commit b19914b68a
34 changed files with 38 additions and 48 deletions

View File

@ -26,4 +26,4 @@ const PostComment = () => {
);
};
export default memo(PostComment);
export default memo(PostComment);

View File

@ -31,4 +31,4 @@ const PostCommnetLine = () => {
);
};
export default memo(PostCommnetLine);
export default memo(PostCommnetLine);

View File

@ -79,4 +79,4 @@ const PostToc = ({ toc, tocLength }: Props) => {
);
};
export default memo(PostToc);
export default memo(PostToc);