BubbleRoomTimelineCellDecorator: Update a guard let indentation.

This commit is contained in:
SBiOSoftWhare
2022-02-01 14:23:33 +01:00
parent a1fcf51812
commit 072d80ab75
@@ -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]