Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mondaychen committed Oct 20, 2022
1 parent 0edb72a commit ba9dc3b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ window.addEventListener('message', function onMessage({data, source}) {
}
break;
case 'react-devtools-inject-backend':
injectScriptAsync(chrome.runtime.getURL('build/react_devtools_backend.js'));
injectScriptAsync(
chrome.runtime.getURL('build/react_devtools_backend.js'),
);
break;
}
});
Expand Down

0 comments on commit ba9dc3b

Please sign in to comment.