From 7e141737f1c8711f96d14c17374eadd37b8e2a7f Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 24 Aug 2023 05:36:18 +0200 Subject: [PATCH] remove (excessive) indentation --- src/llvm-coverage-instrumentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llvm-coverage-instrumentation.md b/src/llvm-coverage-instrumentation.md index 2b1677ef4..a2b73b12a 100644 --- a/src/llvm-coverage-instrumentation.md +++ b/src/llvm-coverage-instrumentation.md @@ -310,7 +310,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