small fix for if-else code style

pull/7738/head
Yury Zhuravlev 7 years ago
parent e3e50855ed
commit 0c47bd485c

@ -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