Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
oid: Fix spelling
Josh Soref committed 8 days ago
commit 8391599f611f494bdfed1b52e092df5ae253dff2
parent b482845e712d54fdee00b0548c828e6694a3f359
1 file changed +1 -1
modified crates/radicle-oid/src/lib.rs
@@ -247,7 +247,7 @@ pub mod str {
        }

        #[quickcheck]
-
        fn gix_roundrip(oid: Oid) {
+
        fn gix_roundtrip(oid: Oid) {
            let other = gix_hash::ObjectId::from(oid);
            let other = other.to_string();
            let other = other.parse::<Oid>().unwrap();