From 0dd1538d7c3a54d911e74377f74c43d810e3cc6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Csubrra7=E2=80=9D?= <“ramya.subramaniam@verizon.com”> Date: Tue, 14 Jul 2020 21:07:32 +0530 Subject: [PATCH] adding back the space --- MVMCoreUI/Atomic/Templates/ModalMoleculeListTemplate.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MVMCoreUI/Atomic/Templates/ModalMoleculeListTemplate.swift b/MVMCoreUI/Atomic/Templates/ModalMoleculeListTemplate.swift index bfae5168..47655762 100644 --- a/MVMCoreUI/Atomic/Templates/ModalMoleculeListTemplate.swift +++ b/MVMCoreUI/Atomic/Templates/ModalMoleculeListTemplate.swift @@ -7,12 +7,15 @@ // import UIKit + + open class ModalMoleculeListTemplate: MoleculeListTemplate { //-------------------------------------------------- // MARK: - Properties //-------------------------------------------------- public var closeButton: Button? + //-------------------------------------------------- // MARK: - Lifecycle //--------------------------------------------------