Skip to content

Commit 9fa85bf

Browse files
author
Ron Radtke
committed
formatting
1 parent 8256767 commit 9fa85bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

polyfill/Fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Log from '../utils/log.js';
22
import Blob from './Blob';
3-
import {wrap, config as RNconfig} from "../fetch";
3+
import {config as RNconfig, wrap} from "../fetch";
44
import type {ReactNativeBlobUtilConfig} from "../types";
55

66
const log = new Log('FetchPolyfill');

polyfill/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ import FileReader from './FileReader';
77
import Fetch from './Fetch';
88

99
export default {
10-
Blob, File, XMLHttpRequest, ProgressEvent, Event, FileReader, Fetch
10+
Blob, File, XMLHttpRequest, ProgressEvent, Event, FileReader, Fetch
1111
};

0 commit comments

Comments
 (0)