Skip to content

Commit

Permalink
chore: cargo fmt (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Nov 29, 2024
1 parent 83738c1 commit 3bfee72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/compilers/src/artifact_output/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,9 @@ where

/// Handler invoked with the output of `solc`
///
/// Implementers of this trait are expected to take care of [`crate::compilers::CompilerContract`] to
/// [`crate::ArtifactOutput::Artifact`] conversion and how that `Artifact` type is stored on disk,
/// this includes artifact file location and naming.
/// Implementers of this trait are expected to take care of [`crate::compilers::CompilerContract`]
/// to [`crate::ArtifactOutput::Artifact`] conversion and how that `Artifact` type is stored on
/// disk, this includes artifact file location and naming.
///
/// Depending on the [`crate::Project`] contracts and their compatible versions,
/// The project compiler may invoke different `solc` executables on the same
Expand Down

0 comments on commit 3bfee72

Please sign in to comment.