tidy [skip ci]

This commit is contained in:
Artem Pavlenko 2024-04-22 15:31:55 +01:00
parent 7350d0a653
commit 751c96ec4a

View file

@ -61,7 +61,6 @@ bool parse_dasharray(std::string const& value, dash_array& dash)
using namespace boost::spirit; using namespace boost::spirit;
using x3::char_; using x3::char_;
using x3::double_; using x3::double_;
using x3::no_skip;
boost::spirit::x3::ascii::space_type space; boost::spirit::x3::ascii::space_type space;
// SVG // SVG
// dasharray ::= (length | percentage) (comma-wsp dasharray)? // dasharray ::= (length | percentage) (comma-wsp dasharray)?