Skip to content

Commit 1f9e35e

Browse files
committed
cargo fmt
1 parent b4fa1ef commit 1f9e35e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

precompiles/src/leasing.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ where
9696
Ok(lease_id.into())
9797
}
9898

99-
#[precompile::public(
100-
"createLeaseCrowdloan(uint64,uint64,uint64,uint32,uint8,bool,uint32)"
101-
)]
99+
#[precompile::public("createLeaseCrowdloan(uint64,uint64,uint64,uint32,uint8,bool,uint32)")]
102100
#[precompile::payable]
103101
fn create_lease_crowdloan(
104102
handle: &mut impl PrecompileHandle,

0 commit comments

Comments
 (0)