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