clang-format
(pre-commit run --show-diff-on-failure --color=always --all-files)
This commit is contained in:
parent
e412e12599
commit
3176749613
1 changed files with 88 additions and 89 deletions
|
@ -607,7 +607,6 @@ void end_element(svg_parser& parser, rapidxml::xml_node<char> const* node)
|
|||
{
|
||||
parser.path_.end_group();
|
||||
parser.path_.pop_attr();
|
||||
|
||||
}
|
||||
else if (name == "svg"_case)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue