chore: format swap file
This commit is contained in:
parent
27e0286d01
commit
a70ebb5c32
|
@ -39,9 +39,9 @@ pub fn spend(
|
||||||
when z is {
|
when z is {
|
||||||
[] -> False
|
[] -> False
|
||||||
[a] -> a == 1
|
[a] -> a == 1
|
||||||
[a,b] -> b == 2
|
[a, b] -> b == 2
|
||||||
[a,b,c] -> a > 1
|
[a, b, c] -> a > 1
|
||||||
[a,b, c,..d] -> b > 1
|
[a, b, c, ..d] -> b > 1
|
||||||
_other -> True
|
_other -> True
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue