format entities list with cargo fmt

This commit is contained in:
Johann150
2022-01-12 21:50:27 +01:00
parent 411c937643
commit f5f435a8c5

View File

@@ -1,5 +1,5 @@
pub static ENTITIES: &'static [(&'static str, char)] = &[ pub static ENTITIES: &'static [(&'static str, char)] = &[
("AElig", '\u{00C6}',), ("AElig", '\u{00C6}'),
("AMP", '\u{000026}'), ("AMP", '\u{000026}'),
("Aacute", '\u{0000C1}'), ("Aacute", '\u{0000C1}'),
("Abreve", '\u{000102}'), ("Abreve", '\u{000102}'),