fix tidy (remove whitespace)

This commit is contained in:
Axary
2018-11-16 19:35:13 +01:00
parent fe23ffbda0
commit 2be930bd03
4 changed files with 25 additions and 1 deletions

View File

@@ -5394,7 +5394,7 @@ impl<'a> Parser<'a> {
fn parse_fn_args(&mut self, named_args: bool, allow_variadic: bool)
-> PResult<'a, (Vec<Arg> , bool)> {
self.expect(&token::OpenDelim(token::Paren))?;
let sp = self.span;
let mut variadic = false;
let args: Vec<Option<Arg>> =