Add newline at the end of the file to comply with style guidelines.
@@ -40,4 +40,4 @@ describe('formatFileSize', () => {
expect(formatFileSize(1048575)).toBe('1024.0 KB');
expect(formatFileSize(1048576)).toBe('1.0 MB');
});
-});
+});