reformatted root.lyng for better readability/2

This commit is contained in:
Sergey Chernov 2026-01-05 22:30:51 +01:00
parent f66e61c185
commit 73854f21f3

View File

@ -335,7 +335,8 @@ class lazy(creatorParam) : Delegate {
}
override fun getValue(thisRef, name) {
if (value == Unset) value = with(thisRef,creator)
value
if (value == Unset)
value = with(thisRef,creator)
value
}
}