Skip to content

Commit

Permalink
add Semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
weekwood committed Oct 17, 2014
1 parent 00bcab7 commit 639ff49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tvds.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView {
- (NSInteger)tableView:(UITableView *)tableView
numberOfRowsInSection:(NSInteger)section
{
return <#number#>
return <#number#>;
}

- (UITableViewCell *)tableView:(UITableView *)tableView
Expand All @@ -31,4 +31,4 @@ - (void)configureCell:(UITableViewCell *)cell
forRowAtIndexPath:(NSIndexPath *)indexPath
{
<#statements#>
}
}

0 comments on commit 639ff49

Please sign in to comment.