Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Nov 15, 2024
1 parent 1885ee4 commit ca3e5a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/lib/contract_verifier/src/resolver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ use tokio::fs;
use zksync_queued_job_processor::async_trait;
use zksync_types::contract_verification_api::CompilationArtifacts;

pub(crate) use self::{env::EnvCompilerResolver, github::GitHubCompilerResolver};
use crate::{
compilers::{SolcInput, VyperInput, ZkSolcInput},
error::ContractVerifierError,
ZkCompilerVersions,
};

pub(crate) use self::{env::EnvCompilerResolver, github::GitHubCompilerResolver};

mod env;
mod github;

Expand Down

0 comments on commit ca3e5a2

Please sign in to comment.