Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chr12c committed Oct 23, 2023
1 parent a397b56 commit 4ea150f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/main/scala/vulcan/Codec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@ object Codec extends CodecCompanionCompat {
.imapError(
map =>
NonEmptyMap
.fromMap(SortedMap.apply(map.toList:_*))
.fromMap(SortedMap.apply(map.toList: _*))
.toRight(AvroError.decodeEmptyCollection)
)(_.toSortedMap)
.withTypeName("NonEmptyMap")
Expand Down

0 comments on commit 4ea150f

Please sign in to comment.