Sfoglia il codice sorgente

Fix missing newline at end of file.test.ts

Add newline at the end of the file to comply with style guidelines.
MartinNYHC 6 mesi fa
parent
commit
fa4bb4fd5c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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(1048575)).toBe('1024.0 KB');
     expect(formatFileSize(1048576)).toBe('1.0 MB');
     expect(formatFileSize(1048576)).toBe('1.0 MB');
   });
   });
-});
+});