Skip to content

Commit 9a9854e

Browse files
committed
fix format
1 parent a8bf459 commit 9a9854e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

core/src/env/srml/srml_only/impls.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ pub struct SrmlEnv<T>
9393
where
9494
T: EnvTypes,
9595
{
96-
marker: PhantomData<fn() -> T>,
96+
marker: PhantomData<fn () -> T>,
9797
}
9898

9999
impl<T> EnvTypes for SrmlEnv<T>
@@ -144,11 +144,7 @@ where
144144
(block_number, ext_block_number, <Self as EnvTypes>::BlockNumber),
145145
(gas_price, ext_gas_price, <Self as EnvTypes>::Balance),
146146
(gas_left, ext_gas_left, <Self as EnvTypes>::Balance),
147-
(
148-
value_transferred,
149-
ext_value_transferred,
150-
<Self as EnvTypes>::Balance
151-
)
147+
(value_transferred, ext_value_transferred, <Self as EnvTypes>::Balance)
152148
);
153149

154150
unsafe fn r#return(data: &[u8]) -> ! {

0 commit comments

Comments
 (0)