minidom: Fix code style
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
877d5c21da
commit
276dc4fcb2
1 changed files with 2 additions and 1 deletions
|
@ -183,7 +183,8 @@ impl Node {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<I> From<I> for Node
|
impl<I> From<I> for Node
|
||||||
where I: Into<Element>
|
where
|
||||||
|
I: Into<Element>,
|
||||||
{
|
{
|
||||||
fn from(elm: I) -> Node {
|
fn from(elm: I) -> Node {
|
||||||
Node::Element(elm.into())
|
Node::Element(elm.into())
|
||||||
|
|
Loading…
Reference in a new issue