Cargo fmt in theseus
This commit is contained in:
parent
2217da078a
commit
d501f1fec6
@ -461,7 +461,9 @@ impl Process {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Ok(Event::CData(e)) => {
|
Ok(Event::CData(e)) => {
|
||||||
if (in_message || in_throwable) && let Ok(text) = e.xml_content() {
|
if (in_message || in_throwable)
|
||||||
|
&& let Ok(text) = e.xml_content()
|
||||||
|
{
|
||||||
current_content.push_str(&text);
|
current_content.push_str(&text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user