diff options
author | Eduardo Julian | 2021-09-08 23:14:59 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-08 23:14:59 -0400 |
commit | 085c9a6ef151531cb01b842ed2f4366a49b78367 (patch) | |
tree | 01d5671061f1c688fe74319196f8da0e8aa95e4c /stdlib/source/test/lux/control/concurrency/async.lux | |
parent | 54ab659064990ff37a9234c9792102a3b88277d6 (diff) |
De-bracing | part 2
Diffstat (limited to 'stdlib/source/test/lux/control/concurrency/async.lux')
-rw-r--r-- | stdlib/source/test/lux/control/concurrency/async.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/control/concurrency/async.lux b/stdlib/source/test/lux/control/concurrency/async.lux index 0709aff61..2194854b5 100644 --- a/stdlib/source/test/lux/control/concurrency/async.lux +++ b/stdlib/source/test/lux/control/concurrency/async.lux @@ -46,8 +46,8 @@ false)))))) (def: delay - (for {@.js - (i64.left_shifted 4 1)} + (for [@.js + (i64.left_shifted 4 1)] (i64.left_shifted 3 1))) (def: .public test |