Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
fix fmt issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eauge committed Feb 14, 2019
1 parent 79dea7d commit 7dad571
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mac things
.DS_Store

# Build.
n# Build.
tests/build
target/
**/*.rs.bk
Expand Down Expand Up @@ -52,3 +52,7 @@ tests/rpc-tests/

# Coverage report from Tarpaulin
cobertura.xml

# in case credentials are put in the repo for using
# inside the docker container
.git-credentials
2 changes: 1 addition & 1 deletion gateway/src/impls/confidential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use client::Client;
use ethereum_api::TransactionRequest;
use ethereum_types::Address;
use impls::eth::EthClient;
use jsonrpc_core::{futures::{Future}, BoxFuture, Error, ErrorCode, Result};
use jsonrpc_core::{futures::Future, BoxFuture, Error, ErrorCode, Result};
use jsonrpc_macros::Trailing;
use parity_rpc::v1::{
helpers::errors,
Expand Down
1 change: 0 additions & 1 deletion gateway/src/informant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ impl RpcStats {
.map(|calc| calc.write().tick())
.unwrap_or(0)
}

}

#[cfg(test)]
Expand Down

0 comments on commit 7dad571

Please sign in to comment.