KT-6798 J2K: Needless use of run {} function after converting for-loop
#KT-6798 Fixed
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
run {
|
||||
init()
|
||||
while (true) {
|
||||
body()
|
||||
update()
|
||||
}
|
||||
init()
|
||||
while (true) {
|
||||
body()
|
||||
update()
|
||||
}
|
||||
Reference in New Issue
Block a user