Skip to content

Commit 587a60f

Browse files
committed
Fix example app
1 parent b024c12 commit 587a60f

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

637 Bytes
Loading
941 Bytes
Loading
1.32 KB
Loading

Sources/Models/MessageStyle.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ public enum MessageStyle {
4444
case bottomRight
4545

4646
internal var imageOrientation: UIImage.Orientation {
47-
switch self {
48-
case .bottomRight: return .up
49-
case .bottomLeft: return .upMirrored
50-
case .topLeft: return .down
51-
case .topRight: return .downMirrored
52-
}
47+
switch self {
48+
case .bottomRight: return .up
49+
case .bottomLeft: return .upMirrored
50+
case .topLeft: return .down
51+
case .topRight: return .downMirrored
52+
}
5353
}
5454
}
5555

0 commit comments

Comments
 (0)