Ran rustfmt

This commit is contained in:
rep-nop
2017-02-25 23:56:16 -05:00
committed by Jakob Stoklund Olesen
parent 9f8748ee08
commit 7edbc90d5e
2 changed files with 7 additions and 7 deletions

View File

@@ -481,8 +481,8 @@ impl<'a> Parser<'a> {
"set" => {
last_set_loc = Some(self.loc);
isaspec::parse_options(self.consume_line().trim().split_whitespace(),
&mut flag_builder,
&self.loc)?;
&mut flag_builder,
&self.loc)?;
}
"isa" => {
last_set_loc = None;