Skip to content

Commit 1437ae1

Browse files
committed
fix indentation
1 parent 893eb99 commit 1437ae1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/canonicalize.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4552,10 +4552,10 @@ pub fn as_text(leaf_child: Element<'_>) -> NameStr<'_> {
45524552
cfg_if::cfg_if! {
45534553
if #[cfg(feature = "no-unsafe")] {
45544554
return sxd_document::InternedString::from_str("");
4555-
} else {
4556-
return "";
4557-
}
4558-
}
4555+
} else {
4556+
return "";
4557+
}
4558+
}
45594559
}
45604560
assert!(children.len() == 1);
45614561
return match children[0] {

0 commit comments

Comments
 (0)