Skip to content

Commit 3bfee72

Browse files
committed
chore: cargo fmt (nightly)
1 parent 83738c1 commit 3bfee72

File tree

1 file changed

+3
-3
lines changed
  • crates/compilers/src/artifact_output

1 file changed

+3
-3
lines changed

crates/compilers/src/artifact_output/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,9 @@ where
596596

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

0 commit comments

Comments
 (0)