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

Skip to content

Commit 678f8d9

Browse files
author
Jorge Olivero
committed
block_stream: Modify crate import ordering to match style guide
1 parent 08f30a7 commit 678f8d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datasource/ethereum/src/block_stream.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use std::env;
77
use std::mem;
88
use std::sync::Mutex;
99
use std::cmp::Ordering;
10+
use tiny_keccak::keccak256;
1011

1112
use graph::components::forward;
1213
use graph::data::subgraph::schema::{
@@ -18,8 +19,6 @@ use graph::prelude::{
1819
use graph::util::ethereum::string_to_h256;
1920
use graph::web3::types::*;
2021

21-
use tiny_keccak::keccak256;
22-
2322
enum BlockStreamState {
2423
/// The BlockStream is new and has not yet been polled.
2524
///

0 commit comments

Comments
 (0)