Skip to content

Commit 83738c1

Browse files
committed
chore: cargo fmt
1 parent e36260a commit 83738c1

File tree

1 file changed

+2
-2
lines changed
  • crates/compilers/src/compilers

1 file changed

+2
-2
lines changed

crates/compilers/src/compilers/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,10 @@ pub trait Language:
280280
pub trait CompilerContract: Serialize + Send + Sync + Debug + Clone + Eq + Sized {
281281
/// Reference to contract ABI
282282
fn abi_ref(&self) -> Option<&JsonAbi>;
283-
283+
284284
//// Reference to contract bytecode
285285
fn bin_ref(&self) -> Option<&BytecodeObject>;
286-
286+
287287
//// Reference to contract runtime bytecode
288288
fn bin_runtime_ref(&self) -> Option<&BytecodeObject>;
289289

0 commit comments

Comments
 (0)