aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program
diff options
context:
space:
mode:
authorEduardo Julian2021-09-08 23:14:59 -0400
committerEduardo Julian2021-09-08 23:14:59 -0400
commit085c9a6ef151531cb01b842ed2f4366a49b78367 (patch)
tree01d5671061f1c688fe74319196f8da0e8aa95e4c /stdlib/source/program
parent54ab659064990ff37a9234c9792102a3b88277d6 (diff)
De-bracing | part 2
Diffstat (limited to 'stdlib/source/program')
-rw-r--r--stdlib/source/program/aedifex/dependency/resolution.lux4
-rw-r--r--stdlib/source/program/compositor.lux4
2 files changed, 4 insertions, 4 deletions
diff --git a/stdlib/source/program/aedifex/dependency/resolution.lux b/stdlib/source/program/aedifex/dependency/resolution.lux
index 3bb2fb687..ce54d9d9a 100644
--- a/stdlib/source/program/aedifex/dependency/resolution.lux
+++ b/stdlib/source/program/aedifex/dependency/resolution.lux
@@ -87,10 +87,10 @@
(case ?actual
(#try.Success actual)
(in (do [! try.monad]
- [output (\ ! each (for {@.old (|>> (:as java/lang/String)
+ [output (\ ! each (for [@.old (|>> (:as java/lang/String)
java/lang/String::trim
(:as Text))
- @.jvm (|>> java/lang/String::trim)})
+ @.jvm (|>> java/lang/String::trim)])
(\ utf8.codec decoded actual))
actual (|> output
(text.all_split_by " ")
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux
index 48e296847..b36d73070 100644
--- a/stdlib/source/program/compositor.lux
+++ b/stdlib/source/program/compositor.lux
@@ -155,9 +155,9 @@
_ (ioW.freeze (value@ #platform.&file_system platform) static archive)
program_context (async\in ($/program.context archive))
host_dependencies (..load_host_dependencies (value@ #platform.&file_system platform) compilation_host_dependencies)
- _ (..package! (for {@.old (file.async file.default)
+ _ (..package! (for [@.old (file.async file.default)
@.jvm (file.async file.default)
- @.js file.default})
+ @.js file.default])
host_dependencies
packager,package
static