mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 02:52:45 +02:00
BubbleRoomTimelineCellDecorator: Update a guard let indentation.
This commit is contained in:
+3
-4
@@ -232,10 +232,9 @@ class BubbleRoomTimelineCellDecorator: PlainRoomTimelineCellDecorator {
|
||||
|
||||
let componentIndex = cellData.mostRecentComponentIndex
|
||||
|
||||
guard let bubbleComponents = cellData.bubbleComponents,
|
||||
componentIndex < bubbleComponents.count else {
|
||||
return nil
|
||||
}
|
||||
guard let bubbleComponents = cellData.bubbleComponents, componentIndex < bubbleComponents.count else {
|
||||
return nil
|
||||
}
|
||||
|
||||
let component = bubbleComponents[componentIndex]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user