Fix clippy

Anthony Eid created

Change summary

crates/git_graph/src/git_graph.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/git_graph/src/git_graph.rs 🔗

@@ -1024,7 +1024,7 @@ impl GitGraph {
 
         [
             graph_fraction,
-            fractions[offset + 0],
+            fractions[offset],
             fractions[offset + 1],
             fractions[offset + 2],
             fractions[offset + 3],