Skip to content

Commit

Permalink
Fixed compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
touren committed Sep 30, 2019
1 parent 7d923d7 commit e7599a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ - (void)setUpConstraints
[self.linkDomainLabel.topAnchor constraintEqualToAnchor:self.linkTitleLabel.bottomAnchor].active = YES;
[self.linkDomainLabel.bottomAnchor constraintEqualToAnchor:self.labelsContainerView.bottomAnchor].active = YES;

// [self.heightAnchor constraintEqualToAnchor:self.linkPreviewImageView.heightAnchor];
(void)[self.heightAnchor constraintEqualToAnchor:self.linkPreviewImageView.heightAnchor];
}

@end

0 comments on commit e7599a8

Please sign in to comment.