chore(fmt): Apply 'cargo fmt' to the whole code base
This commit is contained in:
parent
cf06ac4f82
commit
3c0152a331
6 changed files with 39 additions and 29 deletions
|
|
@ -197,7 +197,8 @@ pub fn parse_file_at_path(
|
|||
did_visit_children = true;
|
||||
let start = node.start_byte();
|
||||
let end = node.end_byte();
|
||||
let value = std::str::from_utf8(&source_code[start..end]).expect("has a string");
|
||||
let value =
|
||||
std::str::from_utf8(&source_code[start..end]).expect("has a string");
|
||||
write!(&mut stdout, "{}", html_escape::encode_text(value))?;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue