mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-25 03:04:13 +03:00
fmt fix
This commit is contained in:
parent
61c20f2706
commit
3ec91dc01f
@ -87,7 +87,9 @@ impl Integer {
|
||||
}
|
||||
|
||||
pub fn is_allocated(&self) -> bool {
|
||||
self.get_bits().into_iter().any(|b| matches!(b, Boolean::Is(_) | Boolean::Not(_)))
|
||||
self.get_bits()
|
||||
.into_iter()
|
||||
.any(|b| matches!(b, Boolean::Is(_) | Boolean::Not(_)))
|
||||
}
|
||||
|
||||
pub fn get_value(&self) -> Option<String> {
|
||||
|
Loading…
Reference in New Issue
Block a user