small fix for if-else code style

pull/1790/head
Yury Zhuravlev 6 years ago
parent 0d797ea8ae
commit 21ea87cd61

@ -99,9 +99,7 @@ export default class FragmentWrapper {
this.nodes.unshift(wrapper);
link(lastChild, lastChild = wrapper);
}
else {
} else {
const Wrapper = wrappers[child.type];
if (!Wrapper) continue;

Loading…
Cancel
Save