Skip to content

Commit

Permalink
Fix missing '}' after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
LZRS committed Jun 12, 2024
1 parent 81d7c44 commit d007fe8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ private fun List<QuestionnaireResponse.QuestionnaireResponseItemComponent>.packR
}
}
return map { it.linkId }.distinct().map { linkIdToPackedResponseItems[it]!! }

Check warning on line 62 in android/engine/src/main/java/org/smartregister/fhircore/engine/util/extension/QuestionnaireResponseExtension.kt

View check run for this annotation

Codecov / codecov/patch

android/engine/src/main/java/org/smartregister/fhircore/engine/util/extension/QuestionnaireResponseExtension.kt#L62

Added line #L62 was not covered by tests
}

/** Pre-order list of all questionnaire response items in the questionnaire. */
val QuestionnaireResponse.allItems: List<QuestionnaireResponse.QuestionnaireResponseItemComponent>
Expand Down

0 comments on commit d007fe8

Please sign in to comment.