Skip to content

Commit 51bae06

Browse files
authored
remove (excessive) indentation (#1781)
1 parent 9bdf3d3 commit 51bae06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llvm-coverage-instrumentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ function, generic, or closure), the `Instrumentor`'s constructor prepares a
311311
[`inject_counters()`][inject-counters].
312312

313313
```rust
314-
Instrumentor::new(&self.name(), tcx, mir_body).inject_counters();
314+
Instrumentor::new(&self.name(), tcx, mir_body).inject_counters();
315315
```
316316

317317
The `CoverageGraph` is a coverage-specific simplification of the MIR control

0 commit comments

Comments
 (0)