remove space

This commit is contained in:
Suresh, Kamlesh 2019-04-16 15:51:15 -04:00
parent 76506a51b5
commit 3655b4af8d

View File

@ -561,7 +561,7 @@
- (void)setWithJSON:(NSDictionary *)json delegate:(nullable id<UITextFieldDelegate, MFTextFieldDelegate>)delegate additionalData:(NSDictionary *)additionalData {
[FormValidator setupValidationWithMolecule:self delegate:(id<FormValidationProtocol>)delegate];
FormValidator *formValidator = [FormValidator getFormValidatorForDelegate:(id<FormValidationProtocol>)delegate];
[self setWithMap:json bothDelegates: formValidator ?: delegate ];
[self setWithMap:json bothDelegates:formValidator ?: delegate];
}
#pragma mark - FormValidationProtocol