@ -129,9 +129,11 @@ class OfflineFirstNewsRepository @Inject constructor(
.first()
.map(PopulatedNewsResource::asExternalModel)
if (addedNewsResources.isNotEmpty()) notifier.postNewsNotifications(
newsResources = addedNewsResources,
)
if (addedNewsResources.isNotEmpty()) {
notifier.postNewsNotifications(
}
},