Skip to content

Commit e647418

Browse files
committed
refactor: formatting
1 parent 9482cab commit e647418

File tree

1 file changed

+4
-1
lines changed
  • src/GraphBLAS-sharp.Backend/Matrix/SpGeMM

1 file changed

+4
-1
lines changed

src/GraphBLAS-sharp.Backend/Matrix/SpGeMM/Expand.fs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ module Expand =
302302
sortedRows.Free processor
303303

304304
reduceResult)
305+
305306
length, result
306307

307308
let runOneStep opAdd opMul (clContext: ClContext) workGroupSize =
@@ -402,7 +403,9 @@ module Expand =
402403
let workOffset = workOffset + length
403404

404405
match result with
405-
| Some result -> helper endRow workOffset <| result :: previousResult
406+
| Some result ->
407+
helper endRow workOffset
408+
<| result :: previousResult
406409
| None -> helper endRow workOffset previousResult
407410
else
408411
previousResult

0 commit comments

Comments
 (0)