Skip to content

Commit 1f59643

Browse files
committed
cargo fmt
1 parent 19f99e5 commit 1f59643

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

runtime/tests/sudo_wrapper.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@ fn sudo_extrinsic(inner: RuntimeCall) -> RuntimeCall {
3838
})
3939
}
4040

41-
fn validate_ext(
42-
origin: RuntimeOrigin,
43-
call: &RuntimeCall,
44-
) -> ValidateResult<(), RuntimeCall> {
41+
fn validate_ext(origin: RuntimeOrigin, call: &RuntimeCall) -> ValidateResult<(), RuntimeCall> {
4542
let ext = sudo_wrapper::SudoTransactionExtension::<Runtime>::new();
4643

4744
ext.validate(

0 commit comments

Comments
 (0)