Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 639ff49

Browse files
committed
add Semicolon
1 parent 00bcab7 commit 639ff49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tvds.m

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
1414
- (NSInteger)tableView:(UITableView *)tableView
1515
numberOfRowsInSection:(NSInteger)section
1616
{
17-
return <#number#>
17+
return <#number#>;
1818
}
1919

2020
- (UITableViewCell *)tableView:(UITableView *)tableView
@@ -31,4 +31,4 @@ - (void)configureCell:(UITableViewCell *)cell
3131
forRowAtIndexPath:(NSIndexPath *)indexPath
3232
{
3333
<#statements#>
34-
}
34+
}

0 commit comments

Comments
 (0)