mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
cargo clippy
This commit is contained in:
parent
23e52b7c87
commit
1a8caa32d4
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ mod tests {
|
||||||
width: usize,
|
width: usize,
|
||||||
) -> Vec<Cow<'_, str>> {
|
) -> Vec<Cow<'_, str>> {
|
||||||
let (wrapped_title, wrapped_message) =
|
let (wrapped_title, wrapped_message) =
|
||||||
DetailsComponent::wrap_commit_details(&message, width);
|
DetailsComponent::wrap_commit_details(message, width);
|
||||||
|
|
||||||
[&wrapped_title[..], &wrapped_message[..]].concat()
|
[&wrapped_title[..], &wrapped_message[..]].concat()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue