Skip to content

Commit

Permalink
Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
onionymous committed Sep 11, 2019
1 parent 85c7211 commit d51f062
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions packages/react-devtools-extensions/src/injectGlobalHook.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
/* global chrome */

import nullthrows from 'nullthrows';
import {
installHook
} from 'react-devtools-shared/src/hook';
import {
SESSION_STORAGE_RELOAD_AND_PROFILE_KEY
} from 'react-devtools-shared/src/constants';
import {
sessionStorageGetItem
} from 'react-devtools-shared/src/storage';
import {installHook} from 'react-devtools-shared/src/hook';
import {SESSION_STORAGE_RELOAD_AND_PROFILE_KEY} from 'react-devtools-shared/src/constants';
import {sessionStorageGetItem} from 'react-devtools-shared/src/storage';

function injectCode(code) {
const script = document.createElement('script');
Expand Down

0 comments on commit d51f062

Please sign in to comment.