diff --git a/leo/commands/run.rs b/leo/commands/run.rs index baf132a7a8..f5e60c939a 100644 --- a/leo/commands/run.rs +++ b/leo/commands/run.rs @@ -34,7 +34,10 @@ pub struct Run { #[structopt(name = "NAME", help = "The name of the program to run.", default_value = "main")] name: String, - #[structopt(name = "INPUTS", help = "The inputs to the program. If none are provided, the input file is used.")] + #[structopt( + name = "INPUTS", + help = "The inputs to the program. If none are provided, the input file is used." + )] inputs: Vec, #[structopt(flatten)]