From d9aa6cf6628e3bee5e53e9e4acef8b4790207f17 Mon Sep 17 00:00:00 2001 From: Subhankar Date: Tue, 7 Dec 2021 22:08:35 +0530 Subject: [PATCH] removed comment --- .../VerticalCombinationViews/Lists/UnOrderedListModel.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Molecules/VerticalCombinationViews/Lists/UnOrderedListModel.swift b/MVMCoreUI/Atomic/Molecules/VerticalCombinationViews/Lists/UnOrderedListModel.swift index 19165cd7..1b11891b 100644 --- a/MVMCoreUI/Atomic/Molecules/VerticalCombinationViews/Lists/UnOrderedListModel.swift +++ b/MVMCoreUI/Atomic/Molecules/VerticalCombinationViews/Lists/UnOrderedListModel.swift @@ -36,7 +36,6 @@ import Foundation for molecule in list { 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) }