Skip to content

Commit e71a204

Browse files
jquick-axwaygithub-actions[bot]
authored andcommitted
chore(ios): fix lint issues for TIMOB-13903
1 parent 9539b11 commit e71a204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iphone/Classes/TiUITableView.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ - (void)replaceData:(NSMutableArray *)data animation:(UITableViewRowAnimation)an
555555
//won't have any problems in the case that it is actually nil.
556556
TiUITableViewProxy *ourProxy = (TiUITableViewProxy *)[self proxy];
557557

558-
NSUInteger oldCount = ourProxy.sectionCount.unsignedIntegerValue;;
558+
NSUInteger oldCount = ourProxy.sectionCount.unsignedIntegerValue;
559559

560560
for (TiUITableViewSectionProxy *section in [(TiUITableViewProxy *)[self proxy] internalSections]) {
561561
if ([section parent] == ourProxy) {

0 commit comments

Comments
 (0)