We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d22176 commit 3f6273aCopy full SHA for 3f6273a
src/print/unicode.rs
@@ -80,7 +80,7 @@ pub fn print_unicode(graph: &GitGraph, settings: &Settings) -> Result<UnicodeGra
80
0
81
};
82
83
- let head = if head_idx.map_or(false, |h| h == &idx) {
+ let head = if head_idx.map_or(false, |h| h == idx) {
84
Some(&graph.head)
85
} else {
86
None
0 commit comments