Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 14, 2019
1 parent f7afe1b commit 51626ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/react-devtools-shell/src/devtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const container = ((document.getElementById('devtools'): any): HTMLElement);
let isTestAppMounted = true;

const mountButton = ((document.getElementById(
'mountButton'
'mountButton',
): any): HTMLButtonElement);
mountButton.addEventListener('click', function() {
if (isTestAppMounted) {
Expand Down Expand Up @@ -58,7 +58,7 @@ inject('dist/app.js', () => {
showTabBar: true,
showWelcomeToTheNewDevToolsDialog: true,
warnIfLegacyBackendDetected: true,
})
}),
);
},

Expand Down
2 changes: 1 addition & 1 deletion packages/react-devtools-shell/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const config = {
alias: {
'react-devtools-inline': resolve(
root,
'packages/react-devtools-inline/src/'
'packages/react-devtools-inline/src/',
),
src: resolve(root, 'src'),
},
Expand Down

0 comments on commit 51626ae

Please sign in to comment.