Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 22bb668

Browse files
committed
minor code style enhancements
1 parent aac29c3 commit 22bb668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/installGlobalHook.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ function installGlobalHook(window: Object) {
190190
// FIXME: Do we need to report buildType of smth other than ReactDOM?
191191
// Currently we overwrite buildType with each injected renderer's type
192192
var reactBuildType = duplicatedReact
193-
? "duplicated"
193+
? 'duplicated'
194194
: detectReactBuildType(renderer);
195195

196-
hook.emit("renderer", { id, renderer, reactBuildType });
196+
hook.emit('renderer', { id, renderer, reactBuildType });
197197
return id;
198198
},
199199
_listeners: {},

0 commit comments

Comments
 (0)