format entities list with cargo fmt
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
pub static ENTITIES: &'static[(&'static str, char)] = &[
|
||||
("AElig", '\u{00C6}',),
|
||||
pub static ENTITIES: &'static [(&'static str, char)] = &[
|
||||
("AElig", '\u{00C6}'),
|
||||
("AMP", '\u{000026}'),
|
||||
("Aacute", '\u{0000C1}'),
|
||||
("Abreve", '\u{000102}'),
|
||||
@@ -2031,4 +2031,4 @@ pub static ENTITIES: &'static[(&'static str, char)] = &[
|
||||
("zscr", '\u{01D4CF}'),
|
||||
("zwj", '\u{00200D}'),
|
||||
("zwnj", '\u{00200C}'),
|
||||
];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user