Fix indentation of pipelines.

This commit is contained in:
KtorZ
2024-03-09 20:44:51 +01:00
parent 6ba74125c7
commit 37627e3527
6 changed files with 13 additions and 16 deletions

View File

@@ -5,9 +5,8 @@ description: "Code:\n\nfn foo() {\n outputs\n |> list.any(\n fn(output) {
fn foo() {
outputs
|> list.any(
fn(output) {
value.quantity_of(output.value, policy_id, asset_name) == 1
},
)
fn(output) {
value.quantity_of(output.value, policy_id, asset_name) == 1
},
)
}