Code Review. Embracing the implicit nature of Swift (?) and preventing a change highlight.

This commit is contained in:
Hedden, Kyle Matthew 2024-02-12 11:08:22 -05:00
parent 1d4294803a
commit 3057226a75

View File

@ -305,7 +305,7 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol
/// Checks if the two molecules are equal
private func equal(moleculeA: MoleculeModelProtocol, moleculeB: MoleculeModelProtocol) -> Bool {
return moleculeA.id == moleculeB.id
moleculeA.id == moleculeB.id
}
}