瀏覽代碼

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