Commit 9e42bbc
committed
style(fmt): normalize after round-2 lint fixes
`cargo fmt --all` cleanup for the three files round-2 touched but
didn't run through rustfmt afterwards:
- crates/holograph/src/navigator.rs (W10 added a cfg-gated import)
- crates/lance-graph-contract/src/orchestration_mode.rs (round-2
added `use std::cmp::Reverse` for the sort_by_key replacement)
- crates/lance-graph-planner/src/strategy/gremlin_parse.rs
(collapsible_match → match-guard pattern, multi-line `if` guards)
Verified: `cargo fmt --all --check` exits 0.1 parent fe04e72 commit 9e42bbc
3 files changed
Lines changed: 5 additions & 6 deletions
File tree
- crates
- holograph/src
- lance-graph-contract/src
- lance-graph-planner/src/strategy
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
627 | | - | |
628 | | - | |
629 | | - | |
630 | | - | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
631 | 630 | | |
632 | 631 | | |
633 | 632 | | |
| |||
0 commit comments