Skip to content

Commit 491f22a

Browse files
committed
fix indent
1 parent 758526b commit 491f22a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Our release process is as follows:
2828
- Verify that there is no dev-dependency among the workspace crates. This is
2929
important, as `cargo-release` ignores dev-dependency edges. You may use
3030
`cargo-depgraph`:
31-
```sh
32-
cargo depgraph --all-features --workspace-only --dev-deps | dot -Tpng > graph.png
33-
```
31+
```sh
32+
cargo depgraph --all-features --workspace-only --dev-deps | dot -Tpng > graph.png
33+
```
3434
The command will generate a graph similar to this:
3535
![alt test](docs/dev-deps-graph.png) The dev dependencies are colored with
3636
blue arrows. Currently, there are no blue arrows, i.e. there is no dev

0 commit comments

Comments
 (0)