Skip to content

Commit

Permalink
src: cli: Remove use of useless vec
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Oct 22, 2024
1 parent 58db167 commit be79e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fn build_endpoints_help() -> String {
.collect::<Vec<String>>()
.join("\n\t\t ");

vec![
[
format!("{name}\t {help_schemas}").to_string(),
format!("\t legacy: {help_legacy}").to_string(),
format!("\t url: {help_url}\n").to_string(),
Expand Down

0 comments on commit be79e41

Please sign in to comment.