Minor linting tweaks

This commit is contained in:
Juno Takano 2026-01-05 13:16:54 -03:00
commit a997f538c3
3 changed files with 3 additions and 1 deletions

View file

@ -92,7 +92,7 @@ mod tests {
#[test]
fn wrap_newline() {
assert_eq!(wrap("\n"), String::from(r"↳"));
assert_eq!(wrap("\n"), String::from(""));
}
#[test]