From 3655b4af8d7ae3c6f2c29b14074891b6ffb096fc Mon Sep 17 00:00:00 2001 From: "Suresh, Kamlesh" Date: Tue, 16 Apr 2019 15:51:15 -0400 Subject: [PATCH] remove space --- MVMCoreUI/Atoms/TextFields/MFTextField.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atoms/TextFields/MFTextField.m b/MVMCoreUI/Atoms/TextFields/MFTextField.m index fb157764..fa5a1506 100644 --- a/MVMCoreUI/Atoms/TextFields/MFTextField.m +++ b/MVMCoreUI/Atoms/TextFields/MFTextField.m @@ -561,7 +561,7 @@ - (void)setWithJSON:(NSDictionary *)json delegate:(nullable id)delegate additionalData:(NSDictionary *)additionalData { [FormValidator setupValidationWithMolecule:self delegate:(id)delegate]; FormValidator *formValidator = [FormValidator getFormValidatorForDelegate:(id)delegate]; - [self setWithMap:json bothDelegates: formValidator ?: delegate ]; + [self setWithMap:json bothDelegates:formValidator ?: delegate]; } #pragma mark - FormValidationProtocol