Skip to content

Commit 712fb63

Browse files
Update src/components/commitlist.rs
Co-authored-by: vlad-anger <95309242+vlad-anger@users.noreply.github.com>
1 parent 83603ad commit 712fb63

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/commitlist.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -958,8 +958,7 @@ mod tests {
958958
(0..20)
959959
.map(|idx| CommitInfo {
960960
id: CommitId::from_str_unchecked(&format!(
961-
"{:040}",
962-
idx
961+
"{idx:040}",
963962
))
964963
.unwrap(),
965964
..basic_commit_info.clone()

0 commit comments

Comments
 (0)