Skip to content

Commit ed3dd7f

Browse files
committed
chore: fix formatting
Signed-off-by: Tomás Migone <[email protected]>
1 parent 4c20560 commit ed3dd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

availability-oracle/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ use contract::*;
1212
use ipfs::*;
1313
use manifest::{Abi, DataSource, Manifest, Mapping};
1414
use network_subgraph::*;
15+
use secp256k1::key::SecretKey;
1516
use std::sync::Arc;
1617
use std::time::{Duration, Instant};
1718
use std::{fmt::Display, str::FromStr};
1819
use structopt::StructOpt;
1920
use tiny_cid::Cid;
2021
use tokio::time::MissedTickBehavior;
2122
use util::bytes32_to_cid_v0;
22-
use secp256k1::key::SecretKey;
2323

2424
fn parse_secs(secs: &str) -> Result<Duration, Error> {
2525
Ok(Duration::from_secs(u64::from_str(secs)?))

0 commit comments

Comments
 (0)