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 } } - }