Skip to content

Commit

Permalink
zk fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jrchatruc committed Feb 1, 2024
1 parent a15cd2c commit dcd2721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/lib/env_config/src/native_erc20_fetcher.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use crate::{envy_load, FromEnv};
use zksync_config::configs::native_erc20_fetcher::NativeErc20FetcherConfig;

use crate::{envy_load, FromEnv};

impl FromEnv for NativeErc20FetcherConfig {
fn from_env() -> anyhow::Result<Self> {
envy_load("native_erc20_fetcher", "NATIVE_TOKEN_FETCHER_")
Expand Down

0 comments on commit dcd2721

Please sign in to comment.