From 7d406ef5017311397d25c2a238aea3e0d9e8946b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 27 Feb 2022 18:03:31 -0500 Subject: formatting --- src/runner/command.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/runner/command.rs b/src/runner/command.rs index b0120fc..4b21199 100644 --- a/src/runner/command.rs +++ b/src/runner/command.rs @@ -8,6 +8,7 @@ pub struct Command { Box std::io::Result<()> + Send + Sync + 'static>, >, } + impl Command { pub fn new(exe: crate::parse::Exe, io: super::builtins::Io) -> Self { let exe_path = exe.exe().to_path_buf(); -- cgit v1.2.3-54-g00ecf