From 521fc75e59199fcc532aa9487a99f76ae8b4ba2d Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Thu, 30 Jan 2020 11:56:57 -0500 Subject: [PATCH] remove unused --- MVMCoreUI/Atoms/Buttons/PillButton.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atoms/Buttons/PillButton.swift b/MVMCoreUI/Atoms/Buttons/PillButton.swift index 403e9bc8..0d0a3090 100644 --- a/MVMCoreUI/Atoms/Buttons/PillButton.swift +++ b/MVMCoreUI/Atoms/Buttons/PillButton.swift @@ -32,7 +32,7 @@ open class PillButton: Button, MVMCoreUIViewConstrainingProtocol, FormValidation public func stylePrimary() { setTitleColor(.white, for: .normal) setTitleColor(.white, for: .disabled) - layer.borderWidth = 0; + layer.borderWidth = 0 if isEnabled { backgroundColor = .black } else {