chore: fmt most of the acceptance tests

This commit is contained in:
rvcas
2023-02-09 00:57:14 -05:00
parent 3f540c7c99
commit 6f591c633d
13 changed files with 61 additions and 39 deletions

View File

@@ -20,7 +20,7 @@ pub fn insert(
) -> Dict<key, value> {
Dict {
inner: do_insert_with(self.inner, k, v, fn(_, left, _right) { Some(left) })}
}
pub fn union_with(

View File

@@ -22,7 +22,7 @@ pub fn from_asset(
}
pub fn from_lovelace(quantity: Int) -> Value {
from_asset(#[], #[], quantity)
from_asset(#"", #"", quantity)
}
pub fn add(left v0: Value, right v1: Value) -> Value {