chore: fmt most of the acceptance tests
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user