From ff21590d4fb5b8ccb1cdba41e9aed42010501d8f Mon Sep 17 00:00:00 2001 From: eps1lon Date: Tue, 7 Feb 2023 17:16:22 +0100 Subject: [PATCH] yarn prettier-all --- packages/react-devtools-extensions/src/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {