소스 검색

clear code

marinofaggiana 6 년 전
부모
커밋
dc6a03b2de
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      iOSClient/Share/CCShareOC.m

+ 0 - 1
iOSClient/Share/CCShareOC.m

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