spotlessApply

pull/1837/head
Simon Marquis 2 years ago
parent 81bec2e367
commit 26e41f18b2

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