removed comment
This commit is contained in:
parent
557a532b3f
commit
d9aa6cf662
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user