Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 09fa6d5

Browse files
Jorge OliveroJannis
authored andcommitted
datasource/ethereum: Add extra whitelines for visual clarity
1 parent 001feba commit 09fa6d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datasource/ethereum/src/block_stream.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,7 @@ fn create_log_filter_from_subgraph(manifest: &SubgraphManifest) -> Option<Ethere
12511251
})
12521252
})
12531253
.collect::<EthereumLogFilter>();
1254+
12541255
match log_filter.contract_address_and_event_sig_pairs.len() {
12551256
0 => return None,
12561257
_ => return Some(log_filter),
@@ -1274,6 +1275,7 @@ fn create_call_filter_from_subgraph(manifest: &SubgraphManifest) -> Option<Ether
12741275
})
12751276
})
12761277
.collect::<EthereumCallFilter>();
1278+
12771279
match call_filter.contract_addresses_function_signatures.len() {
12781280
0 => return None,
12791281
_ => return Some(call_filter),

0 commit comments

Comments
 (0)