소스 검색

Fix missing newline at end of file.test.ts

Add newline at the end of the file to comply with style guidelines.
MartinNYHC 6 달 전
부모
커밋
fa4bb4fd5c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/__tests__/utils/file.test.ts

+ 1 - 1
frontend/src/__tests__/utils/file.test.ts

@@ -40,4 +40,4 @@ describe('formatFileSize', () => {
     expect(formatFileSize(1048575)).toBe('1024.0 KB');
     expect(formatFileSize(1048576)).toBe('1.0 MB');
   });
-});
+});