Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bplommer committed Jan 7, 2024
1 parent 27e5b52 commit e76b07b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/core/src/main/scala/vulcan/Codec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1049,8 +1049,7 @@ object Codec extends CodecCompanionCompat {
new Schema.Field(
field.name,
schema,
field.doc.orNull,
{
field.doc.orNull, {
default.map { default =>
if (default == null) Schema.Field.NULL_DEFAULT_VALUE
else adaptForSchema(default)
Expand Down

0 comments on commit e76b07b

Please sign in to comment.