Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 committed Oct 24, 2024
1 parent acc5a02 commit 42d9c72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ object TypeSafeApiAlternateModeling extends DynamoDBLocalSpec {
object Contract {
implicit val schema: Schema.CaseClass5[String, Option[String], Option[String], Boolean, ContractBody, Contract] =
DeriveSchema.gen[Contract]
val (id, alternateId, accountId, isTest, body) = ProjectionExpression.accessors[Contract]
val (id, alternateId, accountId, isTest, body) = ProjectionExpression.accessors[Contract]
}

}
Expand Down

0 comments on commit 42d9c72

Please sign in to comment.