Browse Source

remove unnecessary blank lines

moekumasaka 1 year ago
parent
commit
2737a02bce

+ 0 - 1
apps/app/src/client/components/DescendantsPageListModal.spec.tsx

@@ -2,7 +2,6 @@ import { render, screen, fireEvent } from '@testing-library/react';
 
 
 import { DescendantsPageListModal } from './DescendantsPageListModal';
 import { DescendantsPageListModal } from './DescendantsPageListModal';
 
 
-
 const mockClose = vi.hoisted(() => vi.fn());
 const mockClose = vi.hoisted(() => vi.fn());
 const useIsDeviceLargerThanLg = vi.hoisted(() => vi.fn().mockReturnValue({ data: true }));
 const useIsDeviceLargerThanLg = vi.hoisted(() => vi.fn().mockReturnValue({ data: true }));