Skip to content

Commit 9c6d291

Browse files
committed
fix fmt
1 parent 1cf7390 commit 9c6d291

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/cargo-pvm-contract/src/scaffold.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,7 @@ target = "riscv64imac-unknown-none-elf"
267267
Ok(())
268268
}
269269

270-
pub fn init_from_solidity_file(
271-
sol_file: &str,
272-
contract_name: &str,
273-
use_alloc: bool,
274-
) -> Result<()> {
270+
pub fn init_from_solidity_file(sol_file: &str, contract_name: &str, use_alloc: bool) -> Result<()> {
275271
let sol_path = PathBuf::from(sol_file);
276272
if !sol_path.exists() {
277273
anyhow::bail!("Solidity file not found: {sol_file}");

0 commit comments

Comments
 (0)