Code Review. Embracing the implicit nature of Swift (?) and preventing a change highlight.
This commit is contained in:
parent
1d4294803a
commit
3057226a75
@ -305,7 +305,7 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol
|
|||||||
|
|
||||||
/// Checks if the two molecules are equal
|
/// Checks if the two molecules are equal
|
||||||
private func equal(moleculeA: MoleculeModelProtocol, moleculeB: MoleculeModelProtocol) -> Bool {
|
private func equal(moleculeA: MoleculeModelProtocol, moleculeB: MoleculeModelProtocol) -> Bool {
|
||||||
return moleculeA.id == moleculeB.id
|
moleculeA.id == moleculeB.id
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user