diff options
| author | Jake Degen <jakob@degen.com> | 2020-06-18 11:45:52 -0400 |
|---|---|---|
| committer | Jake Degen <jakob@degen.com> | 2020-06-18 11:45:52 -0400 |
| commit | 721facf29c4ba7bc1d75acafce1b4916d5feafa5 (patch) | |
| tree | 13cc516f752a8879bb24b110eb14ab8983db000d /src/test/rustdoc/codeblock-title.rs | |
| parent | b805f2c4dce9d9fb25ea48d6290d60f8546df64f (diff) | |
| download | rust-721facf29c4ba7bc1d75acafce1b4916d5feafa5.tar.gz rust-721facf29c4ba7bc1d75acafce1b4916d5feafa5.zip | |
Removed trailing whitespace
Diffstat (limited to 'src/test/rustdoc/codeblock-title.rs')
| -rw-r--r-- | src/test/rustdoc/codeblock-title.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/codeblock-title.rs b/src/test/rustdoc/codeblock-title.rs index 2157a4d5389..b59b21111b0 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; /// ``` |
