Skip to content

Commit 4036aec

Browse files
committed
rustfmt
1 parent 16a1171 commit 4036aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adapter/src/ethereum.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ impl Adapter for EthereumAdapter {
145145
));
146146
}
147147

148-
let contract_address: Address = self.config.ethereum_core_address.into();
148+
let contract_address: Address = self.config.ethereum_core_address.into();
149149

150150
let (_eloop, transport) = web3::transports::Http::new(&self.config.ethereum_network)
151151
.map_err(|_| map_error("failed to init http transport"))?;
@@ -209,7 +209,7 @@ impl Adapter for EthereumAdapter {
209209

210210
let sess = match &verified.payload.identity {
211211
Some(identity) => {
212-
let contract_address: Address = identity.into();
212+
let contract_address: Address = identity.into();
213213
let (_eloop, transport) =
214214
web3::transports::Http::new(&self.config.ethereum_network)
215215
.map_err(|_| map_error("failed to init http transport"))?;

0 commit comments

Comments
 (0)