chore: apply formatting

This commit is contained in:
Erica Marigold 2024-10-17 06:57:21 +01:00
parent eedcc1e16d
commit 6c391907a5
No known key found for this signature in database
GPG key ID: E3F23ACCDA539F3B

View file

@ -39,7 +39,7 @@ impl RunCommand {
let file_display_name = file_path.with_extension("").display().to_string(); let file_display_name = file_path.with_extension("").display().to_string();
(file_display_name, file_contents) (file_display_name, file_contents)
}; };
// Create a new lune runtime with all globals & run the script // Create a new lune runtime with all globals & run the script
let mut rt = Runtime::new() let mut rt = Runtime::new()
.with_args(self.script_args) .with_args(self.script_args)