Skip to content

Commit b7fe23d

Browse files
author
Eugene Kazaev
committed
Refromatted the code
1 parent 1257cfc commit b7fe23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/ChatLayout/Chat/View/Other/BezierMaskedView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ final class BezierMaskedView<CustomView: UIView>: UIView {
100100
}
101101

102102
private func updateChannelStyle() {
103-
self.cachedBounds = nil
103+
cachedBounds = nil
104104
UIView.performWithoutAnimation {
105105
let maskLayer = CAShapeLayer()
106106
maskLayer.frame = bounds

0 commit comments

Comments
 (0)