We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 893eb99 commit 1437ae1Copy full SHA for 1437ae1
1 file changed
src/canonicalize.rs
@@ -4552,10 +4552,10 @@ pub fn as_text(leaf_child: Element<'_>) -> NameStr<'_> {
4552
cfg_if::cfg_if! {
4553
if #[cfg(feature = "no-unsafe")] {
4554
return sxd_document::InternedString::from_str("");
4555
- } else {
4556
- return "";
4557
- }
4558
+ } else {
+ return "";
+ }
4559
}
4560
assert!(children.len() == 1);
4561
return match children[0] {
0 commit comments