cli: fix outputs
format!was missing for the"No seeds found"message, so the{rid}was not being formatted.- Missing a space between the seed and the timing.
2 files changed
+2
-2
ae1165fa
→
caf9e241
modified radicle-cli/src/commands/sync.rs
@@ -882,7 +882,7 @@ fn print_synced(synced: &BTreeMap<NodeId, sync::announce::SyncStatus>) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-cli/src/node.rs
@@ -224,7 +224,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|