diff --git a/packages/react-devtools-extensions/src/background.js b/packages/react-devtools-extensions/src/background.js index 8ef96d2ec9b6f..c2203146862b1 100644 --- a/packages/react-devtools-extensions/src/background.js +++ b/packages/react-devtools-extensions/src/background.js @@ -29,7 +29,7 @@ if (!IS_FIREFOX) { world: chrome.scripting.ExecutionWorld.MAIN, }, ], - function() { + function () { // When the content scripts are already registered, an error will be thrown. // It happens when the service worker process is incorrectly duplicated. if (chrome.runtime.lastError) {