Skip to content

Commit c7d59f1

Browse files
committed
style: format
1 parent adf3b41 commit c7d59f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/kotlin/spp/protocol/artifact/metrics/MetricStep.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ enum class MetricStep {
4040
}
4141
}
4242

43-
val milliseconds: Int by lazy { seconds * 1000 }
43+
val milliseconds: Int by lazy {
44+
seconds * 1000
45+
}
4446

4547
val formatter: DateTimeFormatter by lazy {
4648
when (this) {

0 commit comments

Comments
 (0)