From d0790c490a2233d04375072123e70ed158eb3848 Mon Sep 17 00:00:00 2001 From: Vitaly _Vi Shukela Date: Mon, 17 Sep 2018 20:13:08 +0300 Subject: Whitespace fix again. --- src/libsyntax/parse/parser.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 18287189539..6ec1ad969ee 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -3883,11 +3883,11 @@ impl<'a> Parser<'a> { // If the struct looks otherwise well formed, recover and continue. if let Some(sp) = comma_sp { err.span_suggestion_short_with_applicability( - sp, - "remove this comma", - String::new(), - Applicability::MachineApplicable, - ); + sp, + "remove this comma", + String::new(), + Applicability::MachineApplicable, + ); } err.emit(); break; -- cgit 1.4.1-3-g733a5