Skip to content

Commit

Permalink
chore: apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev committed Oct 17, 2024
1 parent eedcc1e commit 6c39190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lune/src/cli/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6c39190

Please sign in to comment.