cli: Small clippy fix

This commit is contained in:
cloudhead 2023-11-03 16:31:04 +01:00
parent 84a95848b0
commit d15534df97
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -393,6 +393,8 @@ mod test {
let mut hi = Highlighter::default();
let pretty = diff.pretty(&mut hi, &(), &repo);
pretty.write(Constraint::from_env().unwrap_or_default());
pretty
.write(Constraint::from_env().unwrap_or_default())
.unwrap();
}
}