Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone committed Feb 6, 2024
1 parent 4c20560 commit ed3dd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion availability-oracle/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ use contract::*;
use ipfs::*;
use manifest::{Abi, DataSource, Manifest, Mapping};
use network_subgraph::*;
use secp256k1::key::SecretKey;
use std::sync::Arc;
use std::time::{Duration, Instant};
use std::{fmt::Display, str::FromStr};
use structopt::StructOpt;
use tiny_cid::Cid;
use tokio::time::MissedTickBehavior;
use util::bytes32_to_cid_v0;
use secp256k1::key::SecretKey;

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

0 comments on commit ed3dd7f

Please sign in to comment.