From 0d7285393f30d99e8715015bd1463c77acdc4690 Mon Sep 17 00:00:00 2001 From: laurent Date: Tue, 31 Oct 2017 21:26:49 +0000 Subject: [PATCH] Formatting tweak. --- src/libsyntax/parse/parser.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 1b0bdd8cb5e..1528ab25014 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -3194,8 +3194,7 @@ impl<'a> Parser<'a> { } } } - - } + } } /// Parse a 'while' or 'while let' expression ('while' token already eaten)