MAINT: cargo fmt

This commit is contained in:
Jeremy Wall 2018-08-17 10:31:45 -05:00
parent 786586dbde
commit 5b38e571ee

View File

@ -130,7 +130,7 @@ fn triple_to_number(v: (Option<Token>, Option<Token>, Option<Token>)) -> ParseRe
// NOTE(jwall): This is ugly. I should probably see if I can refactor
// it to something less confusing.
maybepos.unwrap(),
))
));
}
};
return Ok(Value::Float(value_node!(f, pref_pos)));