spotlessApply

pull/902/head
Simon Marquis 2 years ago
parent 0377fd8712
commit 553b01fcb6

@ -28,4 +28,3 @@ class InstantConverter {
fun instantToLong(instant: Instant?): Long? = fun instantToLong(instant: Instant?): Long? =
instant?.toEpochMilliseconds() instant?.toEpochMilliseconds()
} }
Loading…
Cancel
Save