Skip to content

Commit

Permalink
............
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Jan 16, 2025
1 parent 721d437 commit 6acd4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/remote-proxy/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ impl crate::RemoteProxyInterface<u64, ProxyType, u64> for RemoteProxyImpl {
}

fn local_to_remote_account_id(local: &u64) -> Option<Self::RemoteAccountId> {
Some(local.clone())
Some(*local)
}

fn remote_to_local_proxy_defintion(
Expand Down

0 comments on commit 6acd4bd

Please sign in to comment.