Skip to content

Commit d51f062

Browse files
committed
Formatting changes
1 parent 85c7211 commit d51f062

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

packages/react-devtools-extensions/src/injectGlobalHook.js

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
/* global chrome */
22

33
import nullthrows from 'nullthrows';
4-
import {
5-
installHook
6-
} from 'react-devtools-shared/src/hook';
7-
import {
8-
SESSION_STORAGE_RELOAD_AND_PROFILE_KEY
9-
} from 'react-devtools-shared/src/constants';
10-
import {
11-
sessionStorageGetItem
12-
} from 'react-devtools-shared/src/storage';
4+
import {installHook} from 'react-devtools-shared/src/hook';
5+
import {SESSION_STORAGE_RELOAD_AND_PROFILE_KEY} from 'react-devtools-shared/src/constants';
6+
import {sessionStorageGetItem} from 'react-devtools-shared/src/storage';
137

148
function injectCode(code) {
159
const script = document.createElement('script');

0 commit comments

Comments
 (0)