about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorlaurent <laurent.mazare@gmail.com>2017-10-31 21:26:49 +0000
committerlaurent <laurent.mazare@gmail.com>2017-10-31 21:26:49 +0000
commit0d7285393f30d99e8715015bd1463c77acdc4690 (patch)
tree0c1f5cca5cf8ad88388a53d0a321d52376623944 /src
parent531b7f2e273dd00476482ead3cb0d24945190f64 (diff)
downloadrust-0d7285393f30d99e8715015bd1463c77acdc4690.tar.gz
rust-0d7285393f30d99e8715015bd1463c77acdc4690.zip
Formatting tweak.
Diffstat (limited to 'src')
-rw-r--r--src/libsyntax/parse/parser.rs3
1 files changed, 1 insertions, 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)