Skip to content

Commit cd94182

Browse files
committed
fix: reformat the code
1 parent 9d95409 commit cd94182

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

src/libs/fileDownload/FileUtils.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
import { Str } from 'expensify-common';
2-
import { Alert, Linking, Platform } from 'react-native';
1+
import {Str} from 'expensify-common';
2+
import {Alert, Linking, Platform} from 'react-native';
33
import ImageSize from 'react-native-image-size';
4-
import type { TupleToUnion, ValueOf } from 'type-fest';
4+
import type {TupleToUnion, ValueOf} from 'type-fest';
55
import DateUtils from '@libs/DateUtils';
66
import getPlatform from '@libs/getPlatform';
7-
import { translateLocal } from '@libs/Localize';
7+
import {translateLocal} from '@libs/Localize';
88
import Log from '@libs/Log';
99
import saveLastRoute from '@libs/saveLastRoute';
10-
import type { FileObject } from '@pages/media/AttachmentModalScreen/types';
10+
import type {FileObject} from '@pages/media/AttachmentModalScreen/types';
1111
import CONST from '@src/CONST';
12-
import type { TranslationPaths } from '@src/languages/types';
12+
import type {TranslationPaths} from '@src/languages/types';
1313
import getImageManipulator from './getImageManipulator';
1414
import getImageResolution from './getImageResolution';
15-
import type { ReadFileAsync, SplitExtensionFromFileName } from './types';
16-
15+
import type {ReadFileAsync, SplitExtensionFromFileName} from './types';
1716

1817
/**
1918
* Show alert on successful attachment download

0 commit comments

Comments
 (0)