Skip to content

Commit 04279c8

Browse files
committed
Fix fmt
1 parent 7b67723 commit 04279c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/test-utils/src/rpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static RETH_HOSTS: LazyLock<Vec<&'static str>> = LazyLock::new(|| {
3636
static DRPC_KEYS: LazyLock<Vec<String>> = LazyLock::new(|| {
3737
let mut keys = vec![
3838
"Agc9NK9-6UzYh-vQDDM80Tv0A5UnBkUR8I3qssvAG40d".to_owned(),
39-
"AjUPUPonSEInt2CZ_7A-ai3hMyxxBlsR8I4EssvAG40d".to_owned()
39+
"AjUPUPonSEInt2CZ_7A-ai3hMyxxBlsR8I4EssvAG40d".to_owned(),
4040
];
4141
// Fetch secret from GitHub Actions environment variable
4242
if let Ok(secret) = std::env::var("DLRP_API_KEY") {

0 commit comments

Comments
 (0)