Skip to content

Commit 13f4ccf

Browse files
authored
Fix main (#26120)
## Summary Prettier was bumped recently. So any branch not including that bump, might bring in outdated formatting (e.g. #26068) ## How did you test this change? - [x] `yarn prettier-all`
1 parent c12194f commit 13f4ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-extensions/src/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (!IS_FIREFOX) {
2929
world: chrome.scripting.ExecutionWorld.MAIN,
3030
},
3131
],
32-
function() {
32+
function () {
3333
// When the content scripts are already registered, an error will be thrown.
3434
// It happens when the service worker process is incorrectly duplicated.
3535
if (chrome.runtime.lastError) {

0 commit comments

Comments
 (0)