feat: update formatter for new changes

This commit is contained in:
rvcas
2022-12-12 19:06:36 -05:00
committed by Lucas
parent a4f6388eca
commit 6dc4738b66
2 changed files with 29 additions and 25 deletions

View File

@@ -2,13 +2,9 @@ use sample
pub fn spend(datum: sample.Datum, rdmr: sample.Redeemer, _ctx: Nil) -> Bool {
let x = (datum, rdmr, #[244])
let y = [(#[222], #[222]), (#[233], #[52])]
let [z, f, ..g] = y
let (a, b, _) = x
z == (#[222], #[222])
}