Browse Source

clear code

marinofaggiana 6 years ago
parent
commit
dc6a03b2de
1 changed files with 0 additions and 1 deletions
  1. 0 1
      iOSClient/Share/CCShareOC.m

+ 0 - 1
iOSClient/Share/CCShareOC.m

@@ -396,7 +396,6 @@
                     textField.secureTextEntry = true;
                     textField.secureTextEntry = true;
                     [textField addTarget:self action:@selector(minCharTextFieldDidChange:) forControlEvents:UIControlEventEditingChanged];
                     [textField addTarget:self action:@selector(minCharTextFieldDidChange:) forControlEvents:UIControlEventEditingChanged];
                 }];
                 }];
-
                 UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_cancel_",nil) style:UIAlertActionStyleCancel handler:^(UIAlertAction *action) {
                 UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:NSLocalizedString(@"_cancel_",nil) style:UIAlertActionStyleCancel handler:^(UIAlertAction *action) {
                     NSLog(@"[LOG] Cancel action");
                     NSLog(@"[LOG] Cancel action");
                 }];
                 }];