From 31a007af1964891ef820b10c6a8d3e667fbca1ae Mon Sep 17 00:00:00 2001 From: David Campbell Date: Mon, 30 Mar 2015 18:35:17 -0400 Subject: [PATCH] remove extra space from "over" code as well --- src/doc/style/features/let.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/style/features/let.md b/src/doc/style/features/let.md index 4a0bf4353b90..01dff3dcceaf 100644 --- a/src/doc/style/features/let.md +++ b/src/doc/style/features/let.md @@ -44,7 +44,7 @@ over ```rust let foo; match bar { - Baz => { + Baz => { foo = 0; } Quux => {