Skip to content

Commit

Permalink
Revert formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Costigliola committed Dec 6, 2023
1 parent 5d5c0f3 commit 56b71f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/com/amazon/ionelement/impl/StructElementImpl.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ internal class StructElementImpl(
fieldsByNameBackingField =
fields
.groupBy { it.name }
.map { structFieldGroup ->
structFieldGroup.key to structFieldGroup.value.map { it.value }.toPersistentList()
}
.map { structFieldGroup -> structFieldGroup.key to structFieldGroup.value.map { it.value }.toPersistentList() }
.toMap().toPersistentMap()
}
return fieldsByNameBackingField!!
Expand Down

0 comments on commit 56b71f3

Please sign in to comment.