Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
fixup! cli/terminal: Formatting Functions for Ranges
Richard Levitte committed 1 month ago
commit 6153b1888cffce7790a79d0021aa1be24f879c7b
parent 1e394cc7e49f0fc0978ac62ade04c1b1240a6808
1 file changed +3 -1
modified crates/radicle-cli/src/terminal/patch/timeline.rs
@@ -212,7 +212,9 @@ impl Update<'_> {
                            line.pad(
                                2 // alignment
                                    + 2 // parens
-
                                    + LENGTH_OF_SHORT_COMMIT_HASH
+
                                    + LENGTH_OF_SHORT_COMMIT_HASH // base
+
                                    + 2 // ..
+
                                    + LENGTH_OF_SHORT_COMMIT_HASH // head
                                    + LENGTH_OF_SPACES,
                            );
                        }