radicle-cli/debug: Use `BTreeMap` for consistent ordering
modified crates/radicle-cli/src/commands/debug.rs
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
@@ -57,7 +57,7 @@ pub fn run(_options: Options, ctx: impl term::Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -108,7 +108,7 @@ struct DebugInfo {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|