Skip to content

Commit 1a8caa3

Browse files
author
Stephan Dilly
committed
cargo clippy
1 parent 23e52b7 commit 1a8caa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/commit_details/details.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ mod tests {
404404
width: usize,
405405
) -> Vec<Cow<'_, str>> {
406406
let (wrapped_title, wrapped_message) =
407-
DetailsComponent::wrap_commit_details(&message, width);
407+
DetailsComponent::wrap_commit_details(message, width);
408408

409409
[&wrapped_title[..], &wrapped_message[..]].concat()
410410
}

0 commit comments

Comments
 (0)