chore: format swap file

This commit is contained in:
rvcas 2022-11-23 19:07:06 -05:00 committed by Lucas
parent 27e0286d01
commit a70ebb5c32
1 changed files with 3 additions and 3 deletions

View File

@ -39,9 +39,9 @@ pub fn spend(
when z is {
[] -> False
[a] -> a == 1
[a,b] -> b == 2
[a,b,c] -> a > 1
[a,b, c,..d] -> b > 1
[a, b] -> b == 2
[a, b, c] -> a > 1
[a, b, c, ..d] -> b > 1
_other -> True
}
}