From 721facf29c4ba7bc1d75acafce1b4916d5feafa5 Mon Sep 17 00:00:00 2001 From: Jake Degen Date: Thu, 18 Jun 2020 11:45:52 -0400 Subject: [PATCH] Removed trailing whitespace --- src/test/rustdoc/codeblock-title.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/rustdoc/codeblock-title.rs b/src/test/rustdoc/codeblock-title.rs index 2157a4d53894..b59b21111b00 100644 --- a/src/test/rustdoc/codeblock-title.rs +++ b/src/test/rustdoc/codeblock-title.rs @@ -19,7 +19,7 @@ /// ```should_panic /// hoo(); /// ``` -/// +/// /// ``` /// let x = 0; /// ```