Skip to content

Commit

Permalink
Make FMT check happy
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Jul 10, 2024
1 parent a87b26a commit 279ee51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion polkadot/xcm/xcm-executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ std = [
"environmental/std",
"frame-benchmarking/std",
"frame-support/std",
"tracing/std",
"scale-info/std",
"sp-arithmetic/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-std/std",
"sp-weights/std",
"tracing/std",
"xcm/std",
]
1 change: 0 additions & 1 deletion polkadot/xcm/xcm-executor/src/traits/should_execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ impl ShouldExecute for Tuple {
%barrier,
"pass barrier",
);

return Ok(())
},
Err(error) => {
Expand Down

0 comments on commit 279ee51

Please sign in to comment.