mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-28 19:44:14 +03:00
cargo clippy
This commit is contained in:
parent
23e52b7c87
commit
1a8caa32d4
@ -404,7 +404,7 @@ mod tests {
|
||||
width: usize,
|
||||
) -> Vec<Cow<'_, str>> {
|
||||
let (wrapped_title, wrapped_message) =
|
||||
DetailsComponent::wrap_commit_details(&message, width);
|
||||
DetailsComponent::wrap_commit_details(message, width);
|
||||
|
||||
[&wrapped_title[..], &wrapped_message[..]].concat()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user