modified radicle-cob/src/lib.rs
@@ -77,7 +77,7 @@ mod change_graph;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/create.rs
@@ -71,7 +71,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/collaboration/update.rs
@@ -96,7 +96,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/object/storage.rs
@@ -5,7 +5,7 @@ use std::{collections::BTreeMap, error::Error};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -78,7 +78,7 @@ pub trait Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cob/src/test/storage.rs
@@ -154,7 +154,7 @@ impl object::Storage for Storage {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -162,8 +162,8 @@ impl object::Storage for Storage {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified radicle/src/storage/git/cob.rs
@@ -139,17 +139,15 @@ impl cob::object::Storage for Repository {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -387,17 +385,15 @@ impl<'a> cob::object::Storage for DraftStore<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|