Skip to content

Commit 6e42aed

Browse files
committed
๐Ÿ”ฅ [remove] ๋ถˆํ•„์š”ํ•œ ๋ ˆ์ด์•„์›ƒ ์ œ์•ฝ์กฐ๊ฑด ์ œ๊ฑฐ
1 parent a40bab1 commit 6e42aed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

โ€ŽFitfty/Projects/Profile/Sources/Profile/Views/FeedImageCell.swiftโ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ final class FeedImageCell: UICollectionViewCell {
4040
feedImageView.topAnchor.constraint(equalTo: contentView.topAnchor),
4141
feedImageView.bottomAnchor.constraint(equalTo: contentView.bottomAnchor),
4242
feedImageView.leadingAnchor.constraint(equalTo: contentView.leadingAnchor),
43-
feedImageView.trailingAnchor.constraint(equalTo: contentView.trailingAnchor),
44-
feedImageView.widthAnchor.constraint(equalTo: contentView.widthAnchor),
45-
feedImageView.heightAnchor.constraint(equalTo: contentView.heightAnchor)
43+
feedImageView.trailingAnchor.constraint(equalTo: contentView.trailingAnchor)
4644
])
4745
}
4846

0 commit comments

Comments
ย (0)