loader svg: fix coding convention

This commit is contained in:
Hermet Park 2021-03-22 16:28:08 +09:00
parent e4a28869d1
commit 79f1ba8516

View file

@ -415,9 +415,7 @@ unique_ptr<Scene> _buildRoot(const SvgNode* node, float vx, float vy, float vw,
root = Scene::gen();
root->push(move(compositeLayer));
}
else
{
} else {
root = move(docNode);
}
return root;