Skip to content

Commit

Permalink
[Issue #372] Minor code reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Apr 30, 2014
1 parent 69a02ed commit 6b37384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTTAttributedLabel/TTTAttributedLabel.m
Expand Up @@ -1198,7 +1198,7 @@ - (CGSize)intrinsicContentSize {

#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 70000
- (void)tintColorDidChange {
if (self.inactiveLinkAttributes.count==0) {
if (!self.inactiveLinkAttributes || [self.inactiveLinkAttributes count] == 0) {
return;
}

Expand Down

0 comments on commit 6b37384

Please sign in to comment.