Skip to content

Commit 038f663

Browse files
committed
chore: minor changes
1 parent 2922f78 commit 038f663

File tree

1 file changed

+2
-2
lines changed
  • compose/cmp/src/jvmMain/kotlin

1 file changed

+2
-2
lines changed

compose/cmp/src/jvmMain/kotlin/Main.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ fun main() = application {
3535
}
3636

3737
fun showStartupTime() {
38-
var currTime = System.currentTimeMillis()
39-
var vmTime =
38+
val currTime = System.currentTimeMillis()
39+
val vmTime =
4040
ProcessHandle.current()
4141
.info()
4242
.startInstant()

0 commit comments

Comments
 (0)