From cbe2ad2f57c156804c0a2eb8c37f18beec4af8ca Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Tue, 30 Oct 2018 16:35:50 -0400 Subject: [PATCH] remove space --- MVMCore/MVMCore/AlertHandling/MVMCoreAlertController.m | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCore/MVMCore/AlertHandling/MVMCoreAlertController.m b/MVMCore/MVMCore/AlertHandling/MVMCoreAlertController.m index 55d2efa..d9ab5f9 100644 --- a/MVMCore/MVMCore/AlertHandling/MVMCoreAlertController.m +++ b/MVMCore/MVMCore/AlertHandling/MVMCoreAlertController.m @@ -14,7 +14,6 @@ @property (nonatomic, readwrite, getter=isVisible) BOOL visible; - @end @implementation MVMCoreAlertController