Skip to content

Commit c0bfae3

Browse files
authored
Update bubblesort-test.tscript
1 parent b352056 commit c0bfae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/minitscript/tests/bubblesort-test.tscript

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function: main()
4040
console.print("Creating array of integers with " + $count + " entries")
4141
$startTime = time.getCurrentMillis()
4242
#
43-
$array = [];
43+
$array = []
4444
for ($i = 0, $i < $count, ++$i)
4545
$array[] = $count - $i
4646
end

0 commit comments

Comments
 (0)