removed comment

This commit is contained in:
Subhankar 2021-12-07 22:08:35 +05:30
parent 557a532b3f
commit d9aa6cf662

View File

@ -36,7 +36,6 @@ import Foundation
for molecule in list { for molecule in list {
models.append(MoleculeStackItemModel(with: StringAndMoleculeModel(string: bulletChar, molecule: molecule, stringColor: bulletColor))) models.append(MoleculeStackItemModel(with: StringAndMoleculeModel(string: bulletChar, molecule: molecule, stringColor: bulletColor)))
} }
/// changing as per confluence, as spacing between each list item is 16
super.init(molecules: models, spacing: Four) super.init(molecules: models, spacing: Four)
} }