From 83dc3e226cdef3c681657cd0340ead87b7e8e9db Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Mon, 16 May 2022 12:33:38 -0700 Subject: [PATCH] chore: fmt --- ethers-core/src/types/chain.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-core/src/types/chain.rs b/ethers-core/src/types/chain.rs index 1a0c5269..1c8aa41d 100644 --- a/ethers-core/src/types/chain.rs +++ b/ethers-core/src/types/chain.rs @@ -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}")]