Merge branch 'bugfix/missing_padding' into 'develop'

add missing prefix

See merge request BPHV_MIPS/mvm_core_ui!777
This commit is contained in:
Hedden, Kyle Matthew 2021-12-07 20:16:17 +00:00
commit 12331e284b

View File

@ -36,7 +36,7 @@ import Foundation
for molecule in list {
models.append(MoleculeStackItemModel(with: StringAndMoleculeModel(string: bulletChar, molecule: molecule, stringColor: bulletColor)))
}
super.init(molecules: models, spacing: Four)
super.init(molecules: models, spacing: Padding.Four)
}
public override func encode(to encoder: Encoder) throws {