فهرست منبع

remove unnecessary blank lines

moekumasaka 1 سال پیش
والد
کامیت
2737a02bce
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      apps/app/src/client/components/DescendantsPageListModal.spec.tsx

+ 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';
 
-
 const mockClose = vi.hoisted(() => vi.fn());
 const useIsDeviceLargerThanLg = vi.hoisted(() => vi.fn().mockReturnValue({ data: true }));