Skip to content

Commit

Permalink
MXRoomSummaryUpdater: Remove useless whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
SBiOSoftWhare committed Mar 12, 2021
1 parent e79b654 commit bb7bca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MatrixSDK/Data/MXRoomSummaryUpdater.m
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ - (BOOL)session:(MXSession *)session updateRoomSummary:(MXRoomSummary *)summary
MXRoomCreateContent *createContent = [MXRoomCreateContent modelFromJSON:event.content];
summary.creatorUserId = roomState.creatorUserId;

NSString *roomTypeString = createContent.roomType;
NSString *roomTypeString = createContent.roomType;

summary.roomTypeString = createContent.roomType;
summary.roomType = [self.roomTypeMapper roomTypeFrom:roomTypeString];
Expand Down

0 comments on commit bb7bca7

Please sign in to comment.