Skip to content

Commit

Permalink
Update NIAttributedLabel.m
Browse files Browse the repository at this point in the history
  • Loading branch information
LiyeZhang committed Dec 9, 2014
1 parent 08d7555 commit 6027aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attributedlabel/src/NIAttributedLabel.m
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ - (void)_processLinksInAttributedString:(NSAttributedString *)attributedString {
[attributedString enumerateAttribute:NIAttributedLabelLinkAttributeName
inRange:NSMakeRange(0, attributedString.length)
options:0
usingBlock:^(NSTextCheckingResult* value, NSRange range, BOOL *stop) {
usingBlock:^(NSTextCheckingResult *value, NSRange range, BOOL *stop) {
if (value != nil) {
[links addObject:value];
}
Expand Down

0 comments on commit 6027aab

Please sign in to comment.