Skip to content

Commit ec5ba21

Browse files
elfedynbaztec
andauthored
Update crates/compilers/src/compile/output/contracts.rs
Co-authored-by: Nisheeth Barthwal <[email protected]>
1 parent 0b1a763 commit ec5ba21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/compilers/src/compile/output/contracts.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ where
6767
/// ```
6868
pub fn find_first(&self, contract_name: &str) -> Option<CompactContractRef<'_>> {
6969
self.contracts().find_map(|(name, contract)| {
70-
//(name == contract_name).then(|| CompactContractRef::from(contract))
7170
(name == contract_name).then(|| contract.as_compact_contract_ref())
7271
})
7372
}

0 commit comments

Comments
 (0)