Преглед изворни кода

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 }));