Ran rustfmt
This commit is contained in:
committed by
Jakob Stoklund Olesen
parent
af3f4703b9
commit
9f00a40b52
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user