mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-25 18:49:50 -04:00
MAINT: cargo fmt
This commit is contained in:
parent
786586dbde
commit
5b38e571ee
@ -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
|
// NOTE(jwall): This is ugly. I should probably see if I can refactor
|
||||||
// it to something less confusing.
|
// it to something less confusing.
|
||||||
maybepos.unwrap(),
|
maybepos.unwrap(),
|
||||||
))
|
));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
return Ok(Value::Float(value_node!(f, pref_pos)));
|
return Ok(Value::Float(value_node!(f, pref_pos)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user