From f3a7aafe877d7b040a1fa250ad6bd8a6c422e56e Mon Sep 17 00:00:00 2001 From: ajnart Date: Tue, 22 Nov 2022 14:05:03 +0900 Subject: [PATCH] Fix newline at the end of AppShelfItem --- src/components/AppShelf/AppShelfItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppShelf/AppShelfItem.tsx b/src/components/AppShelf/AppShelfItem.tsx index 35ca6d604..bbc51122c 100644 --- a/src/components/AppShelf/AppShelfItem.tsx +++ b/src/components/AppShelf/AppShelfItem.tsx @@ -142,4 +142,4 @@ export function AppShelfItem(props: any) { ); -} \ No newline at end of file +}