Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 8396006

Browse files
committed
Code style fix
1 parent 382326e commit 8396006

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

AsyncDisplayKit/ASTableView.mm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ - (void)setHighlighted:(BOOL)highlighted animated:(BOOL)animated
7575
_node.highlighted = highlighted;
7676
}
7777

78-
- (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent *)event {
79-
return [_node pointInside:point withEvent:event];
78+
- (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent *)event
79+
{
80+
return [_node pointInside:point withEvent:event];
8081
}
8182

8283
@end

0 commit comments

Comments
 (0)