Skip to content

Commit

Permalink
Clippy update
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Mar 4, 2024
1 parent 1815c60 commit ffb7a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/contract/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ mod tests {
let with_examples = vec![];
init(
project_dir.as_path(),
&"https://github.com/AhaLabs/soroban-astro-template".to_string(),
"https://github.com/AhaLabs/soroban-astro-template",
&with_examples,
)
.unwrap();
Expand Down

0 comments on commit ffb7a24

Please sign in to comment.