From 6c391907a5ea5a05e25353324c1e91ac7a772cd3 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 17 Oct 2024 06:57:21 +0100 Subject: [PATCH] chore: apply formatting --- crates/lune/src/cli/run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lune/src/cli/run.rs b/crates/lune/src/cli/run.rs index e693e227..dd1fa63c 100644 --- a/crates/lune/src/cli/run.rs +++ b/crates/lune/src/cli/run.rs @@ -39,7 +39,7 @@ impl RunCommand { let file_display_name = file_path.with_extension("").display().to_string(); (file_display_name, file_contents) }; - + // Create a new lune runtime with all globals & run the script let mut rt = Runtime::new() .with_args(self.script_args)