mirror of
https://github.com/lune-org/lune.git
synced 2025-04-10 21:40:54 +01:00
chore: apply formatting
This commit is contained in:
parent
eedcc1e16d
commit
6c391907a5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue