Skip to content

Commit 16c45d3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/commitlist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ mod tests {
967967
None,
968968
);
969969
CommitList {
970-
items: items,
970+
items,
971971
selection: 4, // Randomly select one commit
972972
..Default::default()
973973
}

0 commit comments

Comments
 (0)