Skip to content

Commit 5f34f10

Browse files
committed
cleaner for syntax
1 parent 14676f9 commit 5f34f10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fsharp/FSharp.Core/array.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ namespace Microsoft.FSharp.Collections
537537

538538
let res1 = Array.subUnchecked 0 upCount res
539539
let res2 = Array.zeroCreateUnchecked (array.Length - upCount)
540+
540541
downCount <- array.Length-1
541542
for i = 0 to res2.Length-1 do
542543
res2.[i] <- res.[downCount]

0 commit comments

Comments
 (0)