From b74a338b0fd7b3bc7d3b3c0649b318caba7d30e4 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 25 Jul 2023 10:12:34 -0500 Subject: [PATCH] merged develop Signed-off-by: Matt Bruce --- VDS/Components/Label/Label.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VDS/Components/Label/Label.swift b/VDS/Components/Label/Label.swift index 203e669d..6411ef85 100644 --- a/VDS/Components/Label/Label.swift +++ b/VDS/Components/Label/Label.swift @@ -85,7 +85,7 @@ open class Label: UILabel, Handlerable, ViewProtocol, Resettable, UserInfoable { super.init(coder: coder) initialSetup() } - + //-------------------------------------------------- // MARK: - Public Functions //--------------------------------------------------