From 14ff6ed9f3acfe4c667391168a10792d724a70ba Mon Sep 17 00:00:00 2001 From: Samuel Plumppu <6125097+Greenheart@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:33:12 +0100 Subject: [PATCH] Remove excess whitespace from code snippet --- src/tutorial/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorial/testing.md b/src/tutorial/testing.md index aff4017..0d9af6d 100644 --- a/src/tutorial/testing.md +++ b/src/tutorial/testing.md @@ -472,7 +472,7 @@ at the end of the function, the actual temporary file will automatically get deleted. ```rust,ignore -{{#include testing/tests/cli.rs:17:32}} +{{#include testing/tests/cli.rs:18:30}} ```