Skip to content

Commit 9288b4c

Browse files
committed
refactor: formatting
1 parent c653fe3 commit 9288b4c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/GraphBLAS-sharp.Backend/Vector/Vector.fs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ module Vector =
8888
Size = vector.Size }
8989
|> ClVector.Sparse
9090
| ClVector.Dense vector ->
91-
ClVector.Dense <| copyOptionData processor flag vector
91+
ClVector.Dense
92+
<| copyOptionData processor flag vector
9293

9394
let mask = copy
9495

0 commit comments

Comments
 (0)