Skip to content

Commit

Permalink
remove (excessive) indentation (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Aug 27, 2023
1 parent 9bdf3d3 commit 51bae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm-coverage-instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ function, generic, or closure), the `Instrumentor`'s constructor prepares a
[`inject_counters()`][inject-counters].

```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
Expand Down

0 comments on commit 51bae06

Please sign in to comment.