From f903e4ee60adbb78f9f47afb27ceb78aa49e16ef Mon Sep 17 00:00:00 2001 From: "Christiano, Kevin" Date: Wed, 27 Mar 2019 11:17:05 -0400 Subject: [PATCH] Removed Line. Changed comment. --- MVMCoreUI/Atoms/Views/CaretView.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MVMCoreUI/Atoms/Views/CaretView.swift b/MVMCoreUI/Atoms/Views/CaretView.swift index 63267ec6..563dc2d1 100644 --- a/MVMCoreUI/Atoms/Views/CaretView.swift +++ b/MVMCoreUI/Atoms/Views/CaretView.swift @@ -44,7 +44,7 @@ open class CaretView: MFView { } //------------------------------------------------------ - // MARK: - Functions + // MARK: - Private Function //------------------------------------------------------ private func defaultState() { @@ -121,5 +121,4 @@ open class CaretView: MFView { lineWidth = lineWidthValue } } - }