aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/world/shell.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/world/shell.lux3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/source/library/lux/world/shell.lux b/stdlib/source/library/lux/world/shell.lux
index bd7829907..4101cb3c9 100644
--- a/stdlib/source/library/lux/world/shell.lux
+++ b/stdlib/source/library/lux/world/shell.lux
@@ -82,7 +82,8 @@
(type .public (Shell !)
(Interface
- (is (-> [Environment Path Command (List Argument)] (! (Try (Process !))))
+ (is (-> [Environment Path Command (List Argument)]
+ (! (Try (Process !))))
execute)))
(def .public (async shell)