aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/specification/compositor/generation/structure.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/specification/compositor/generation/structure.lux')
-rw-r--r--stdlib/source/specification/compositor/generation/structure.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/specification/compositor/generation/structure.lux b/stdlib/source/specification/compositor/generation/structure.lux
index 86054b07e..50b4da0db 100644
--- a/stdlib/source/specification/compositor/generation/structure.lux
+++ b/stdlib/source/specification/compositor/generation/structure.lux
@@ -18,7 +18,7 @@
["[0]" list (.open: "[1]#[0]" functor)]]]
[math
["r" random]]
- ["[0]" ffi (.only import:)]
+ ["[0]" ffi (.only import)]
[tool
[compiler
["[0]" analysis]
@@ -26,7 +26,7 @@
[///
[common (.only Runner)]])
-(import: java/lang/Integer)
+(import java/lang/Integer)
(def: (variant run)
(-> Runner Test)