Fixing code style issue
This commit is contained in:
parent
3e1308c894
commit
535940a09f
@ -232,7 +232,7 @@ internal class DefaultPollAggregationProcessor @Inject constructor(
|
||||
}
|
||||
|
||||
private fun removeEncryptedRelatedEventIdIfNeeded(aggregatedPollSummaryEntity: PollResponseAggregatedSummaryEntity, eventId: String) {
|
||||
if(aggregatedPollSummaryEntity.encryptedRelatedEventIds.contains(eventId)) {
|
||||
if (aggregatedPollSummaryEntity.encryptedRelatedEventIds.contains(eventId)) {
|
||||
aggregatedPollSummaryEntity.encryptedRelatedEventIds.remove(eventId)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user