Skip to content

Commit

Permalink
Minimize number of changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtar committed Feb 1, 2024
1 parent 3049fcb commit 43aeebc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object CassandraHelper {
implicit class EncodeRowObjOps(val self: EncodeRow.type) extends AnyVal {

def empty[A]: EncodeRow[A] = new EncodeRow[A] {

def apply[B <: SettableData[B]](data: B, value: A) = data
}

Expand Down Expand Up @@ -107,4 +107,4 @@ object CassandraHelper {
implicit val finiteDurationDecodeByName: DecodeByName[FiniteDuration] = {
DecodeByName[DurationC].map(durationToFiniteDuration)
}
}
}

0 comments on commit 43aeebc

Please sign in to comment.