Skip to content

Commit d9462a3

Browse files
committed
chore: fmt
1 parent 9e171c8 commit d9462a3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

lib/marlowe/extensions.ak

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ pub fn greater_eq_value(self: Value, other: Value) -> Bool {
5757
|> to_dict
5858
|> to_list
5959
|> list.all(
60-
fn(other_item) {
61-
let (other_policy, other_map) = other_item
60+
fn(other_item) {
61+
let (other_policy, other_map) = other_item
6262

63-
other_map
64-
|> to_list
65-
|> list.all(
66-
fn(token) {
67-
let (token_name, token_amount) = token
63+
other_map
64+
|> to_list
65+
|> list.all(
66+
fn(token) {
67+
let (token_name, token_amount) = token
6868

69-
quantity_of(self, other_policy, token_name) >= token_amount
70-
},
71-
)
72-
},
73-
)
69+
quantity_of(self, other_policy, token_name) >= token_amount
70+
},
71+
)
72+
},
73+
)
7474
}

0 commit comments

Comments
 (0)