From c7d5f7530a1e4143c11fdb8f1b39e0920a3b1851 Mon Sep 17 00:00:00 2001 From: Anthony Eid Date: Tue, 7 Apr 2026 06:17:26 -0400 Subject: [PATCH] Fix clippy --- crates/git_graph/src/git_graph.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/git_graph/src/git_graph.rs b/crates/git_graph/src/git_graph.rs index 4ee5d3addfa2aed01f666e4479069f6ae278cbd5..87aef7777bebd79d8b562617ffbb23d0bb23207a 100644 --- a/crates/git_graph/src/git_graph.rs +++ b/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],