Re-format and re-run all acceptance tests.

This commit is contained in:
KtorZ
2024-01-20 10:43:17 +01:00
parent 9ee2d58ba3
commit b50e4ab63a
77 changed files with 449 additions and 830 deletions

View File

@@ -40,8 +40,7 @@ pub fn add(left v0: Value, right v1: Value) -> Value {
a0,
a1,
fn(_, q0, q1) {
let q =
q0 + q1
let q = q0 + q1
if q == 0 {
None
} else {
@@ -78,8 +77,7 @@ pub fn flatten_with(
assets,
fn(asset_name, quantity, xs) {
when transform(policy_id, asset_name, quantity) is {
None ->
xs
None -> xs
Some(x) ->
[x, ..xs]
}