Radish alpha
r
rad:z6cFWeWpnZNHh9rUW8phgA3b5yGt
Git libraries for Radicle
Radicle
Git
git-storage: fix formatting issue
Sebastian Martinez committed 2 years ago
commit f9360d83e7fb3059b830a8106bf21e1368d87851
parent b3c4ae3
1 file changed +2 -2
modified git-storage/src/refdb/write.rs
@@ -44,8 +44,8 @@ pub enum Update<'a> {
        ///
        /// 1. A ref with the same name already exists
        /// 2. The ref is a direct ref, and the update is a [`Update::Direct`]
-
        /// 3. Both the existing and the update [`Oid`] point to a commit
-
        ///    object without peeling
+
        /// 3. Both the existing and the update [`Oid`] point to a commit object
+
        ///    without peeling
        /// 4. The existing commit is an ancestor of the update commit
        ///
        /// or: