BubbleRoomTimelineCellDecorator: Update a guard let indentation.

This commit is contained in:
SBiOSoftWhare 2022-02-01 14:23:33 +01:00
parent d0677189a1
commit 763fa531b5

View file

@ -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]