Skip to content

Commit

Permalink
val flds
Browse files Browse the repository at this point in the history
  • Loading branch information
SakulK committed Sep 26, 2024
1 parent 90fa751 commit e7e9ca1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ object MacroBsonFormatDerivingImpl:
fieldsVec
}.toVector //why no vector?

override def flds: Map[String, BsonFormat[?]] =
override val flds: Map[String, BsonFormat[?]] =
${ fldsFormatsMap } ++ (${ fldsFormatsMap }
.map { case (name, f) => subfields(name, f) })
.flatten
Expand Down

0 comments on commit e7e9ca1

Please sign in to comment.