Skip to content

Commit 99261fe

Browse files
committed
Cargo fmt
1 parent ca2c4f1 commit 99261fe

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

  • crates/stellar-scaffold-cli/src/commands

crates/stellar-scaffold-cli/src/commands/init.rs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,13 @@ impl Cmd {
7272
}
7373

7474
// Update the project with the latest OpenZeppelin examples
75-
self.update_oz_example(&absolute_project_path,"fungible-token-interface", global_args)
76-
.await?;
77-
self.update_oz_example(&absolute_project_path,"nft-enumerable", global_args)
75+
self.update_oz_example(
76+
&absolute_project_path,
77+
"fungible-token-interface",
78+
global_args,
79+
)
80+
.await?;
81+
self.update_oz_example(&absolute_project_path, "nft-enumerable", global_args)
7882
.await?;
7983

8084
printer.checkln(format!("Project successfully created at {project_str}"));

0 commit comments

Comments
 (0)