Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed May 16, 2022
1 parent ceafcb2 commit 83dc3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-core/src/types/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use core::convert::TryFrom;
use std::{convert::TryInto, default, fmt, str::FromStr};

use crate::types::U256;
use strum::{EnumVariantNames};
use strum::EnumVariantNames;

#[derive(Debug, Clone, Error)]
#[error("Failed to parse chain: {0}")]
Expand Down

0 comments on commit 83dc3e2

Please sign in to comment.