From 87bd0a01fc2d90a8bd0802275e88cdbb11ac8d61 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sun, 27 Aug 2023 03:02:25 +0200 Subject: [PATCH] remove (excessive) indentation (#1781) --- 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 19da7767..c451c4f0 100644 --- a/src/llvm-coverage-instrumentation.md +++ b/src/llvm-coverage-instrumentation.md @@ -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