We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e52b7 commit 1a8caa3Copy full SHA for 1a8caa3
src/components/commit_details/details.rs
@@ -404,7 +404,7 @@ mod tests {
404
width: usize,
405
) -> Vec<Cow<'_, str>> {
406
let (wrapped_title, wrapped_message) =
407
- DetailsComponent::wrap_commit_details(&message, width);
+ DetailsComponent::wrap_commit_details(message, width);
408
409
[&wrapped_title[..], &wrapped_message[..]].concat()
410
}
0 commit comments