Skip to content

Commit

Permalink
spotless clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Feb 3, 2025
1 parent 8b32701 commit 013b6b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2023-2024 Google LLC
* Copyright 2023-2025 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -956,7 +956,7 @@ internal fun QuestionnaireItemComponent.createQuestionnaireResponseItem():
this@createQuestionnaireResponseItem.type == Questionnaire.QuestionnaireItemType.GROUP
) {
this@createQuestionnaireResponseItem.item.forEach {
this.addItem(it.createQuestionnaireResponseItem())
this.addItem(it.createQuestionnaireResponseItem())
}
}
}
Expand Down

0 comments on commit 013b6b1

Please sign in to comment.