Skip to content

Commit

Permalink
Fix left over small grumbles on whitespaces (openethereum#10084)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored and seunlanlege committed Dec 20, 2018
1 parent c90e279 commit 78ba54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethcore/src/client/chain_notify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pub struct NewBlocks {

impl NewBlocks {
/// Constructor
pub fn new (
pub fn new(
imported: Vec<H256>,
invalid: Vec<H256>,
route: ChainRoute,
Expand All @@ -158,7 +158,7 @@ impl NewBlocks {
/// Represents what has to be handled by actor listening to chain events
pub trait ChainNotify : Send + Sync {
/// fires when chain has new blocks.
fn new_blocks( &self, _new_blocks: NewBlocks) {
fn new_blocks(&self, _new_blocks: NewBlocks) {
// does nothing by default
}

Expand Down

0 comments on commit 78ba54d

Please sign in to comment.