Skip to content

Commit 0527211

Browse files
committed
fix autoformat mistake
1 parent 9c63bda commit 0527211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
export const ReactNativeBlobUtil: ReactNativeBlobUtilStatic;
77
export type ReactNativeBlobUtil = ReactNativeBlobUtilStatic;
88
export default ReactNativeBlobUtil;
9-
import { filedescriptor } from './types';
9+
import {filedescriptor} from './types';
1010
import CanceledFetchError from './class/ReactNativeBlobUtilCanceledFetchError'
1111

1212
interface ReactNativeBlobUtilStatic {

0 commit comments

Comments
 (0)