remove (excessive) indentation (#1781)

This commit is contained in:
Tshepang Mbambo 2023-08-27 03:02:25 +02:00 committed by GitHub
parent 0e51bb3360
commit 87bd0a01fc
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ function, generic, or closure), the `Instrumentor`'s constructor prepares a
[`inject_counters()`][inject-counters]. [`inject_counters()`][inject-counters].
```rust ```rust
Instrumentor::new(&self.name(), tcx, mir_body).inject_counters(); Instrumentor::new(&self.name(), tcx, mir_body).inject_counters();
``` ```
The `CoverageGraph` is a coverage-specific simplification of the MIR control The `CoverageGraph` is a coverage-specific simplification of the MIR control