Skip to content

Commit 0ef9e51

Browse files
committed
fix: cargo clippy
1 parent fd6d433 commit 0ef9e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/config/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ impl Config {
14371437
Some(config) => return Ok(Some(config)),
14381438
None => {
14391439
return Err(EtherscanConfigError::UnknownChain(
1440-
"".to_string(),
1440+
String::new(),
14411441
chain.unwrap_or_default(),
14421442
));
14431443
}

0 commit comments

Comments
 (0)