Skip to content

Commit

Permalink
#691 - formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-chetvertkov committed Jun 26, 2024
1 parent f7f7aa4 commit 9509110
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1883,8 +1883,8 @@ object JsonCodecSpec extends ZIOSpecDefault {
}

case class RecordExample(
f1: Option[String],
f2: Option[String],
f1: Option[String], // the only field that does not have a default value
f2: Option[String] = None,
f3: Option[String] = None,
f4: Option[String] = None,
f5: Option[String] = None,
Expand Down

0 comments on commit 9509110

Please sign in to comment.